mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework build scripts
This commit is contained in:
parent
de886863b5
commit
12ed90765c
4 changed files with 50 additions and 185 deletions
2
dashboard-ui/thirdparty/apiclient/device.js
vendored
2
dashboard-ui/thirdparty/apiclient/device.js
vendored
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
keys.push(randomId);
|
||||
return sha1(keys.join('|'));
|
||||
return CryptoJS.SHA1(keys.join('|')).toString();
|
||||
};
|
||||
|
||||
})(window, store);
|
Loading…
Add table
Add a link
Reference in a new issue