mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
youtube: convert cookie to string
This commit is contained in:
@ -36,7 +36,7 @@ const cloneInnertube = async (customFetch) => {
|
||||
innertube.session.api_version,
|
||||
innertube.session.account_index,
|
||||
innertube.session.player,
|
||||
getCookie('youtube'),
|
||||
getCookie('youtube')?.toString(),
|
||||
customFetch ?? innertube.session.http.fetch,
|
||||
innertube.session.cache
|
||||
);
|
||||
|
Reference in New Issue
Block a user