1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #144 - Marking a boxset as viewed doesn't mark the individual titles of the set as viewed

This commit is contained in:
Luke Pulverenti 2013-04-16 23:37:14 -04:00
parent 68844b8f7e
commit 69fb2cdfba
4 changed files with 6 additions and 4 deletions

View file

@ -90,7 +90,8 @@
var html = LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,
useAverageAspectRatio: true
useAverageAspectRatio: true,
Fields: "PrimaryImageAspectRatio,ItemCounts,DisplayMediaType,DateCreated,UserData"
});
$('#seasonsContent', page).html(html);