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

adjust live tv stream selection

This commit is contained in:
Luke Pulverenti 2015-05-15 22:36:47 -04:00
parent a3b2f32a2a
commit 1f0760df09
3 changed files with 11 additions and 9 deletions

View file

@ -342,7 +342,7 @@
var chapters = item.Chapters || [];
if (!chapters.length || AppInfo.hasLowImageBandwidth) {
if (!chapters.length || !AppInfo.enableDetailPageChapters) {
$('#scenesCollapsible', page).hide();
} else {
$('#scenesCollapsible', page).show();