mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove unused code
This commit is contained in:
parent
8ca033b47d
commit
1bdfae7682
8 changed files with 27 additions and 102 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
var chapters = item.Chapters || [];
|
||||
|
||||
if (!chapters.length || !AppInfo.enableDetailPageChapters) {
|
||||
if (!chapters.length) {
|
||||
$('#scenesCollapsible', page).hide();
|
||||
} else {
|
||||
$('#scenesCollapsible', page).show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue