mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 12:47:04 +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 {
|
static get LIBRARY_VERSION(): number {
|
||||||
return 11;
|
return 12;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user