mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
connect updates
This commit is contained in:
parent
b12f43a584
commit
b96c70cb0a
5 changed files with 21 additions and 14 deletions
8
dashboard-ui/thirdparty/apiclient/device.js
vendored
8
dashboard-ui/thirdparty/apiclient/device.js
vendored
|
@ -1,6 +1,10 @@
|
|||
(function (store) {
|
||||
if (!window.MediaBrowser) {
|
||||
window.MediaBrowser = {};
|
||||
}
|
||||
|
||||
MediaBrowser.ApiClient.generateDeviceId = function () {
|
||||
(function (store) {
|
||||
|
||||
MediaBrowser.generateDeviceId = function () {
|
||||
|
||||
var keys = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue