mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
7ebc536076
commit
a1af156757
65 changed files with 2335 additions and 262 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['events', 'appStorage'], function (Events, appStorage) {
|
||||
define(['events', 'appStorage'], function (events, appStorage) {
|
||||
|
||||
return function (key) {
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
self.clear();
|
||||
}
|
||||
|
||||
Events.trigger(self, 'credentialsupdated');
|
||||
events.trigger(self, 'credentialsupdated');
|
||||
}
|
||||
|
||||
self.clear = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue