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:
parent
2242c4d5d6
commit
b29bd0ea1a
15 changed files with 67 additions and 32 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue