fix a thingy lol

This commit is contained in:
Ashley 2023-10-22 08:07:37 +00:00
parent af7f7c87b5
commit aa651e5690

View file

@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
* @private * @private
*/ */
async _getEngagementData() { async _getEngagementData() {
const fallbackUrl = `https://p.poketube.fun/?api=${this.videoId}`; const fallbackUrl = `https://p.poketube.fun/api?v=${this.videoId}`;
const { fetch } = await import("undici"); const { fetch } = await import("undici");