youtube: convert cookie to string
This commit is contained in:
parent
f6632e2d61
commit
f7b36713e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue