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

fix audio-only hls

This commit is contained in:
Luke Pulverenti 2015-05-24 14:33:28 -04:00
parent e396019903
commit 2e982826bb
13 changed files with 99 additions and 57 deletions

View file

@ -15,7 +15,7 @@
}
function enableScrollX() {
return AppInfo.isTouchPreferred;
return AppInfo.isTouchPreferred && AppInfo.enableAppLayouts;
}
function getThumbShape() {