1
Fork 0

Update src/libpoketube/libpoketube-dislikes.js

This commit is contained in:
ashley 2024-09-05 22:53:56 +00:00
parent a4223a2772
commit 442ae884a3

View file

@ -41,7 +41,7 @@ class PokeTubeDislikesAPIManager {
* @private
*/
async _getEngagementData() {
const apiUrl = "https://ryd.ggtyler.dev/votes/${this.videoId}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const apiUrl = `https://ryd.ggtyler.dev/votes/${this.videoId}&hash=d0550b6e28c8f93533a569c314d5b4e2`;
const { fetch } = await import("undici");