mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
fix a thingy lol
This commit is contained in:
parent
af7f7c87b5
commit
aa651e5690
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
|
|||
* @private
|
||||
*/
|
||||
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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue