add missing tokenMinter argument

This commit is contained in:
Fijxu 2025-03-17 13:51:12 -03:00
parent 014fe86f6c
commit 27b67f6816
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -77,6 +77,7 @@ export const youtubePlayerParsing = async ({
innertubeClient,
videoId,
konfigStore,
tokenMinter,
);
}
@ -103,6 +104,7 @@ export const youtubePlayerParsing = async ({
innertubeEmbeddedClient,
videoId,
konfigStore,
tokenMinter,
);
}