mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
eb18764b8c
commit
44bda70ae0
2 changed files with 4 additions and 1 deletions
|
@ -764,6 +764,8 @@
|
|||
|
||||
self.playWithWarning = function (items, startPosition, user, localStorageKeyName, header) {
|
||||
|
||||
localStorageKeyName += new Date().getMonth();
|
||||
|
||||
if (localStorage.getItem(localStorageKeyName) == "1") {
|
||||
|
||||
self.playInternal(items[0], startPosition, user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue