mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
show loading when switching between ibn items
This commit is contained in:
parent
a389274376
commit
54fc0fc13a
1 changed files with 4 additions and 0 deletions
|
@ -224,6 +224,8 @@
|
||||||
|
|
||||||
function loadItems(page, options) {
|
function loadItems(page, options) {
|
||||||
|
|
||||||
|
Dashboard.showLoadingMsg();
|
||||||
|
|
||||||
var query = {
|
var query = {
|
||||||
|
|
||||||
SortBy: "SortName",
|
SortBy: "SortName",
|
||||||
|
@ -276,6 +278,8 @@
|
||||||
query.StartIndex = query.StartIndex - query.Limit;
|
query.StartIndex = query.StartIndex - query.Limit;
|
||||||
loadItems(page, query);
|
loadItems(page, query);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Dashboard.hideLoadingMsg();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue