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:
parent
a3b2f32a2a
commit
1f0760df09
3 changed files with 11 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue