1
0
Fork 0
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:
Luke Pulverenti 2014-12-12 22:56:30 -05:00
parent ebe849f9b0
commit a2b7ece263
21 changed files with 128 additions and 85 deletions

View file

@ -89,8 +89,6 @@
function loadResume(page) {
var screenWidth = $(window).width();
var parentId = LibraryMenu.getTopParentId();
var options = {
@ -99,7 +97,7 @@
SortOrder: "Descending",
IncludeItemTypes: "Episode",
Filters: "IsResumable",
Limit: screenWidth >= 1920 ? 6 : (screenWidth >= 1200 ? 6 : 4),
Limit: 6,
Recursive: true,
Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData,SyncInfo",
ExcludeLocationTypes: "Virtual",