mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
Update src/libpoketube/libpoketube-dislikes.js
This commit is contained in:
parent
ffd18e8629
commit
1231ddb1b3
@ -47,7 +47,6 @@ class PokeTubeDislikesAPIManager {
|
||||
const { fetch } = await import("undici");
|
||||
|
||||
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