Skip to content

Commit 8f6732f

Browse files
committed
api/youtube: fix
* this snuck in during the rebase on top of develop * also i'll do merge commits after this; i just wanted to track develop semi-correctly
1 parent 9e0acd5 commit 8f6732f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/processing/services/youtube.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ const fetchEncryptedHostFlags = async (fetch) => {
103103
let poModule;
104104

105105
const cloneInnertube = async (customFetch, useSession, requestIP) => {
106-
Platform.shim.eval = youtubeEval;
107-
108106
const shouldRefreshPlayer = globalThis.FORCE_RESET_INNERTUBE_PLAYER || lastRefreshedAt + PLAYER_REFRESH_PERIOD < new Date();
109107

110108
const rawCookie = getCookie('youtube');

0 commit comments

Comments
 (0)