mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
Update src/libpoketube/libpoketube-dislikes.js
This commit is contained in:
parent
ffd18e8629
commit
1231ddb1b3
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue