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
dd9184c35a
commit
7993ac7213
7 changed files with 61 additions and 52 deletions
4
dashboard-ui/thirdparty/apiclient/device.js
vendored
4
dashboard-ui/thirdparty/apiclient/device.js
vendored
|
@ -1,4 +1,4 @@
|
|||
(function (globalScope, store) {
|
||||
(function (globalScope) {
|
||||
|
||||
if (!globalScope.MediaBrowser) {
|
||||
globalScope.MediaBrowser = {};
|
||||
|
@ -27,4 +27,4 @@
|
|||
return CryptoJS.SHA1(keys.join('|')).toString();
|
||||
};
|
||||
|
||||
})(window, store);
|
||||
})(window);
|
Loading…
Add table
Add a link
Reference in a new issue