mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-28 09:06:41 +00:00
chore(sabr-shaka-example): Fix log tag
Oops. That's what I get for copy pasting.
This commit is contained in:
@@ -36,7 +36,7 @@ async function main() {
|
||||
fetch: fetchFunction
|
||||
});
|
||||
|
||||
botguardService.init().then(() => console.info('[App]', 'BotGuard client initialized'));
|
||||
botguardService.init().then(() => console.info('[Main]', 'BotGuard client initialized'));
|
||||
|
||||
sessionPoTokenContentBinding = innertube.session.context.client.visitorData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user