mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix recording icons
This commit is contained in:
parent
a919223fb2
commit
663412b891
14 changed files with 100 additions and 60 deletions
|
@ -95,7 +95,7 @@
|
|||
update('displayLanguage', val);
|
||||
}
|
||||
|
||||
return appStorage.getItem('displayLanguage') || 'en-US';
|
||||
return appStorage.getItem('displayLanguage') || navigator.language || navigator.userLanguage || 'en-US';
|
||||
},
|
||||
|
||||
cameraUploadServers: function (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue