add missing tokenMinter argument
This commit is contained in:
parent
014fe86f6c
commit
27b67f6816
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ export const youtubePlayerParsing = async ({
|
|||
innertubeClient,
|
||||
videoId,
|
||||
konfigStore,
|
||||
tokenMinter,
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -103,6 +104,7 @@ export const youtubePlayerParsing = async ({
|
|||
innertubeEmbeddedClient,
|
||||
videoId,
|
||||
konfigStore,
|
||||
tokenMinter,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue