mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
add funny easter egg :3
This commit is contained in:
parent
a4ee5eae90
commit
6614cc5393
@ -46,9 +46,10 @@ 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(apiUrl).then((res) => res.json());
|
engagement.viewCount = this.videoId === "cc2-4ci4G84" ? 1400000000 : engagement.viewCount;
|
||||||
return engagement
|
return engagement;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user