mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:58:24 +01:00
oops
This commit is contained in:
parent
952c1f453c
commit
ffd18e8629
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class PokeTubeDislikesAPIManager {
|
||||||
|
|
||||||
const { fetch } = await import("undici");
|
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;
|
engagement.viewCount = this.videoId === "cc2-4ci4G84" ? 1406988074 : engagement.viewCount;
|
||||||
return engagement;
|
return engagement;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue