mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update subtitle interface
This commit is contained in:
parent
76d39e1345
commit
a5ab0b50c6
5 changed files with 3 additions and 138 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
var deferred = $.Deferred();
|
||||
|
||||
var data = localStorage.getItem(key);
|
||||
var data = sessionStorage.getItem(key);
|
||||
|
||||
if (data) {
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
|||
};
|
||||
});
|
||||
|
||||
localStorage.setItem(key, JSON.stringify(images));
|
||||
sessionStorage.setItem(key, JSON.stringify(images));
|
||||
deferred.resolveWith(null, [images]);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue