mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update music tabs
This commit is contained in:
parent
a310b3aa39
commit
2c776145d5
15 changed files with 195 additions and 326 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
function getSavedQueryKey() {
|
||||
|
||||
return getWindowUrl();
|
||||
return getWindowUrl() + 'artists';
|
||||
}
|
||||
|
||||
function reloadItems(page) {
|
||||
|
@ -140,13 +140,12 @@
|
|||
$('#selectPageSize', page).val(query.Limit);
|
||||
}
|
||||
|
||||
var filtersLoaded;
|
||||
function reloadFiltersIfNeeded(page) {
|
||||
|
||||
var query = getQuery();
|
||||
if (!filtersLoaded) {
|
||||
if (!getPageData().filtersLoaded) {
|
||||
|
||||
filtersLoaded = true;
|
||||
getPageData().filtersLoaded = true;
|
||||
|
||||
QueryFilters.loadFilters(page, Dashboard.getCurrentUserId(), query, function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue