mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
more sync movement
This commit is contained in:
parent
ebe849f9b0
commit
a2b7ece263
21 changed files with 128 additions and 85 deletions
|
@ -79,11 +79,11 @@
|
|||
|
||||
ApiClient.getJSON(ApiClient.getUrl('Devices', {
|
||||
|
||||
SupportsDeviceId: true
|
||||
SupportsUniqueIdentifier: true
|
||||
|
||||
})).done(function (devices) {
|
||||
})).done(function (result) {
|
||||
|
||||
load(page, devices);
|
||||
load(page, result.Items);
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue