youtube: convert cookie to string
This commit is contained in:
parent
f6632e2d61
commit
f7b36713e0
@ -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…
x
Reference in New Issue
Block a user