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

update live tv guide

This commit is contained in:
Luke Pulverenti 2016-06-06 21:55:16 -04:00
parent a391e96df5
commit 0f7541beda
19 changed files with 85 additions and 51 deletions

View file

@ -1,4 +1,4 @@
define(['jQuery', 'libraryBrowser', 'scrollStyles'], function ($, libraryBrowser) {
define(['libraryBrowser', 'scrollStyles'], function (libraryBrowser) {
function enableScrollX() {
return browserInfo.mobile && AppInfo.enableAppLayouts;