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

update windows ffmpeg

This commit is contained in:
Luke Pulverenti 2016-05-08 23:13:38 -04:00
parent 2242c4d5d6
commit b29bd0ea1a
15 changed files with 67 additions and 32 deletions

View file

@ -31,7 +31,8 @@
IsAiring: true,
limit: getLimit() * 2,
ImageTypeLimit: 1,
EnableImageTypes: "Primary"
EnableImageTypes: "Primary",
EnableTotalRecordCount: false
}).then(function (result) {
@ -54,7 +55,8 @@
IsMovie: false,
IsSports: false,
IsKids: false,
IsSeries: true
IsSeries: true,
EnableTotalRecordCount: false
}).then(function (result) {
@ -67,7 +69,8 @@
IsAiring: false,
HasAired: false,
limit: getLimit(),
IsMovie: true
IsMovie: true,
EnableTotalRecordCount: false
}).then(function (result) {
@ -80,7 +83,8 @@
IsAiring: false,
HasAired: false,
limit: getLimit(),
IsSports: true
IsSports: true,
EnableTotalRecordCount: false
}).then(function (result) {
@ -93,7 +97,8 @@
IsAiring: false,
HasAired: false,
limit: getLimit(),
IsKids: true
IsKids: true,
EnableTotalRecordCount: false
}).then(function (result) {