Skip to content

Commit

Permalink
fix(Player): Bump cache version
Browse files Browse the repository at this point in the history
This should fix bad (n)sig caches.
LuanRT committed Dec 10, 2024

Verified

This commit was signed with the committer’s verified signature.
LuanRT Luan
1 parent ce4996c commit 283172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Player.ts
Original file line number Diff line number Diff line change
@@ -262,6 +262,6 @@ export default class Player {
}

static get LIBRARY_VERSION(): number {
return 11;
return 12;
}
}

0 comments on commit 283172f

Please sign in to comment.