mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make live tv channels playable
This commit is contained in:
parent
18abc62bc9
commit
2137a2436f
5 changed files with 76 additions and 23 deletions
|
@ -29,13 +29,19 @@
|
|||
var checkSortOption = $('.radioSortBy:checked', page);
|
||||
$('.viewSummary', page).html(LibraryBrowser.getViewSummaryHtml(query, checkSortOption)).trigger('create');
|
||||
|
||||
html += LibraryBrowser.getPosterViewHtml({
|
||||
//html += LibraryBrowser.getPosterViewHtml({
|
||||
// items: result.Items,
|
||||
// useAverageAspectRatio: true,
|
||||
// shape: "backdrop",
|
||||
// showTitle: false,
|
||||
// overlayText: false,
|
||||
// context: 'tv'
|
||||
//});
|
||||
|
||||
html += LibraryBrowser.getPosterDetailViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
shape: "backdrop",
|
||||
showTitle: false,
|
||||
overlayText: false,
|
||||
context: 'tv'
|
||||
context: "tv",
|
||||
shape: "backdrop"
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue