mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
oops
This commit is contained in:
parent
952c1f453c
commit
ffd18e8629
@ -46,7 +46,7 @@ class PokeTubeDislikesAPIManager {
|
||||
|
||||
const { fetch } = await import("undici");
|
||||
|
||||
const engagement = await fetch(apiUrl).then((res) => res.json());
|
||||
const engagement = await fetch(fallbackUrl).then((res) => res.json());
|
||||
engagement.viewCount = this.videoId === "cc2-4ci4G84" ? 1406988074 : engagement.viewCount;
|
||||
return engagement;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user