mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support dvd without video_ts folder
This commit is contained in:
parent
8a14efb22b
commit
90615c605f
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@
|
|||
query.SortBy = getDefaultSortOrder($('#selectView', page).val());
|
||||
query.SortOrder = "Ascending";
|
||||
|
||||
reloadItems(page);
|
||||
$('#selectView', page).val(query.IncludeItemTypes).selectmenu('refresh').trigger('change');
|
||||
|
||||
}).on('pageshow', "#libraryReportPage", function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue