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

live tv updates

This commit is contained in:
Luke Pulverenti 2015-04-11 21:38:38 -04:00
parent 16c69c903b
commit f41b336e87
15 changed files with 196 additions and 101 deletions

View file

@ -8,7 +8,7 @@
userId: Dashboard.getCurrentUserId(),
IsAiring: true,
limit: 16
limit: 18
}).done(function (result) {
@ -32,7 +32,7 @@
userId: Dashboard.getCurrentUserId(),
IsAiring: false,
HasAired: false,
limit: 10,
limit: 9,
IsMovie: false,
IsSports: false
@ -58,7 +58,7 @@
userId: Dashboard.getCurrentUserId(),
IsAiring: false,
HasAired: false,
limit: 10,
limit: 9,
IsMovie: true
}).done(function (result) {
@ -66,7 +66,7 @@
var html = LibraryBrowser.getPosterViewHtml({
items: result.Items,
shape: "auto",
showTitle: true,
showTitle: false,
coverImage: true,
overlayText: false,
lazy: true
@ -80,7 +80,7 @@
userId: Dashboard.getCurrentUserId(),
IsAiring: false,
HasAired: false,
limit: 10,
limit: 9,
IsSports: true
}).done(function (result) {
@ -88,7 +88,7 @@
var html = LibraryBrowser.getPosterViewHtml({
items: result.Items,
shape: "auto",
showTitle: true,
showTitle: false,
coverImage: true,
overlayText: false,
lazy: true