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

update series timer editor

This commit is contained in:
Luke Pulverenti 2016-10-01 03:06:00 -04:00
parent 67a90b61b9
commit 99f7d3e9f8
14 changed files with 241 additions and 157 deletions

View file

@ -1,4 +1,4 @@
define(['libraryBrowser', 'cardBuilder', 'scrollStyles', 'emby-itemscontainer', 'emby-tabs', 'emby-button'], function (libraryBrowser, cardBuilder) {
define(['libraryBrowser', 'cardBuilder', 'dom', 'scrollStyles', 'emby-itemscontainer', 'emby-tabs', 'emby-button'], function (libraryBrowser, cardBuilder, dom) {
function enableScrollX() {
return browserInfo.mobile && AppInfo.enableAppLayouts;
@ -29,6 +29,7 @@
limit: limit,
ImageTypeLimit: 1,
EnableImageTypes: "Primary,Thumb,Backdrop",
EnableTotalRecordCount: false,
Fields: "ChannelInfo"
}).then(function (result) {