mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync progress display
This commit is contained in:
parent
ee8e4e5e0a
commit
db4ed3c645
4 changed files with 31 additions and 15 deletions
|
@ -165,6 +165,12 @@
|
|||
});
|
||||
|
||||
$('.btnChangeLayout', page).on('layoutchange', function (e, layout) {
|
||||
|
||||
if (layout == 'Timeline') {
|
||||
getQuery().SortBy = 'PremiereDate,SortName';
|
||||
getQuery().SortOrder = 'Descending';
|
||||
}
|
||||
|
||||
getPageData().view = layout;
|
||||
LibraryBrowser.saveViewSetting(getSavedQueryKey(), layout);
|
||||
reloadItems(page, viewPanel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue