mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 01:22:11 +00:00
fix(Player): Bump cache version
This should fix bad (n)sig caches.
This commit is contained in:
@@ -262,6 +262,6 @@ export default class Player {
|
||||
}
|
||||
|
||||
static get LIBRARY_VERSION(): number {
|
||||
return 11;
|
||||
return 12;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user