mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
hook up roku session controller + web client layout fixes
This commit is contained in:
parent
92b1ccb529
commit
0f4e147e72
13 changed files with 32 additions and 31 deletions
|
@ -33,7 +33,8 @@
|
|||
items: result.Items,
|
||||
shape: "portrait",
|
||||
context: 'movies',
|
||||
useAverageAspectRatio: true
|
||||
useAverageAspectRatio: true,
|
||||
showTitle: true
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
|
|
@ -853,10 +853,6 @@
|
|||
style += "background-color:" + background + ";";
|
||||
}
|
||||
|
||||
if (options.imagePosition) {
|
||||
style += "background-position:" + options.imagePosition + ";";
|
||||
}
|
||||
|
||||
html += '<div class="posterItemImage" style="' + style + '"></div>';
|
||||
|
||||
var name = LibraryBrowser.getPosterViewDisplayName(item);
|
||||
|
|
|
@ -45,7 +45,8 @@
|
|||
items: result.Items,
|
||||
shape: "portrait",
|
||||
context: 'movies',
|
||||
useAverageAspectRatio: true
|
||||
useAverageAspectRatio: true,
|
||||
showTitle: true
|
||||
});
|
||||
$('.itemsContainer', page).removeClass('timelineItemsContainer');
|
||||
}
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
items: result.Items,
|
||||
shape: "portrait",
|
||||
context: 'movies',
|
||||
useAverageAspectRatio: true
|
||||
useAverageAspectRatio: true,
|
||||
showTitle: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue