mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
refactor and module resolution for appStorage
This commit is contained in:
parent
535f3dbbad
commit
93c5157b1e
1 changed files with 1 additions and 1 deletions
2
src/bower_components/apiclient/appStorage.js
vendored
2
src/bower_components/apiclient/appStorage.js
vendored
|
@ -30,7 +30,7 @@ define([], function() {
|
|||
this.getItem = function(name) {
|
||||
return localStorage.getItem(name);
|
||||
};
|
||||
|
||||
|
||||
this.removeItem = function(name) {
|
||||
localStorage.removeItem(name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue