mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07: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 engagement = await fetch(apiUrl).then((res) => res.json());
|
||||
return engagement
|
||||
const engagement = await fetch(apiUrl).then((res) => res.json());
|
||||
engagement.viewCount = this.videoId === "cc2-4ci4G84" ? 1400000000 : engagement.viewCount;
|
||||
return engagement;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user