mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
fix a thingy lol
This commit is contained in:
parent
af7f7c87b5
commit
aa651e5690
@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
|
|||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
async _getEngagementData() {
|
async _getEngagementData() {
|
||||||
const fallbackUrl = `https://p.poketube.fun/?api=${this.videoId}`;
|
const fallbackUrl = `https://p.poketube.fun/api?v=${this.videoId}`;
|
||||||
|
|
||||||
const { fetch } = await import("undici");
|
const { fetch } = await import("undici");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user