Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Sep 22, 2024
1 parent f03ef2e commit 832aa15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions playlet-web/src/lib/Api/YoutubeJs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ export class YoutubeJs {
YoutubeJs.initPromise = null;
});
await YoutubeJs.initPromise;
// for debugging
window['innerTube'] = YoutubeJs.innerTube;
}

static async getVideoInfo(videoId: string) {
Expand Down Expand Up @@ -286,5 +284,4 @@ export class YoutubeJs {
body: JSON.stringify(payload)
})
}

}

0 comments on commit 832aa15

Please sign in to comment.