mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
6350971623
commit
623859c2f8
2 changed files with 4 additions and 4 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
var val = enabled ? '1' : '';
|
||||
|
||||
store.setItem('displaymirror', val);
|
||||
store.setItem('displaymirror-' + Dashboard.getCurrentUserId(), val);
|
||||
|
||||
}
|
||||
function isMirrorModeEnabled() {
|
||||
return (store.getItem('displaymirror') || '') == '1';
|
||||
return (store.getItem('displaymirror-' + Dashboard.getCurrentUserId()) || '') == '1';
|
||||
}
|
||||
|
||||
var currentDisplayInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue