1
Fork 0

add funny number :3

This commit is contained in:
Ashley //// 2024-04-12 16:06:12 +00:00
parent 6614cc5393
commit fc42f835ae

View file

@ -47,7 +47,7 @@ class PokeTubeDislikesAPIManager {
const { fetch } = await import("undici");
const engagement = await fetch(apiUrl).then((res) => res.json());
engagement.viewCount = this.videoId === "cc2-4ci4G84" ? 1400000000 : engagement.viewCount;
engagement.viewCount = this.videoId === "cc2-4ci4G84" ? 1406988074 : engagement.viewCount;
return engagement;
}