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

use stream id's to close streams

This commit is contained in:
Luke Pulverenti 2015-03-19 12:16:33 -04:00
parent 8bf5fc899c
commit ad2a1b493d
4 changed files with 23 additions and 9 deletions

View file

@ -1,6 +1,6 @@
(function ($, document) {
var view = LibraryBrowser.getDefaultItemsView('Poster', 'Poster');
var view = LibraryBrowser.getDefaultItemsView('PosterCard', 'PosterCard');
var currentDate = new Date();
currentDate.setHours(0, 0, 0, 0);
@ -69,7 +69,8 @@
showTitle: false,
centerText: true,
lazy: true,
overlayText: false
overlayText: false,
showProgramAirInfo: true
});
}
else if (view == "PosterCard") {
@ -78,9 +79,9 @@
shape: "portrait",
context: 'livetv',
showTitle: true,
showYear: true,
lazy: true,
cardLayout: true
cardLayout: true,
showProgramAirInfo: true
});
}