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

update recording dialogs

This commit is contained in:
Luke Pulverenti 2016-09-14 12:20:03 -04:00
parent 315868b6d6
commit 66b4ed053b
20 changed files with 165 additions and 191 deletions

View file

@ -28,7 +28,7 @@
IsAiring: true,
limit: limit,
ImageTypeLimit: 1,
EnableImageTypes: "Primary",
EnableImageTypes: "Primary,Thumb",
Fields: "ChannelInfo"
}).then(function (result) {
@ -53,7 +53,8 @@
IsKids: false,
IsSeries: true,
EnableTotalRecordCount: false,
Fields: "ChannelInfo"
Fields: "ChannelInfo",
EnableImageTypes: "Primary,Thumb"
}).then(function (result) {
@ -68,7 +69,8 @@
limit: getLimit(),
IsMovie: true,
EnableTotalRecordCount: false,
Fields: "ChannelInfo"
Fields: "ChannelInfo",
EnableImageTypes: "Primary,Thumb"
}).then(function (result) {
@ -83,7 +85,8 @@
limit: getLimit(),
IsSports: true,
EnableTotalRecordCount: false,
Fields: "ChannelInfo"
Fields: "ChannelInfo",
EnableImageTypes: "Primary,Thumb"
}).then(function (result) {
@ -98,7 +101,8 @@
limit: getLimit(),
IsKids: true,
EnableTotalRecordCount: false,
Fields: "ChannelInfo"
Fields: "ChannelInfo",
EnableImageTypes: "Primary,Thumb"
}).then(function (result) {