diff --git a/src/components/libraryoptionseditor/libraryoptionseditor.js b/src/components/libraryoptionseditor/libraryoptionseditor.js index e364a957b959..f337e037e315 100644 --- a/src/components/libraryoptionseditor/libraryoptionseditor.js +++ b/src/components/libraryoptionseditor/libraryoptionseditor.js @@ -472,8 +472,8 @@ export function setContentType(parent, contentType) { } const hasChapterOptions = !contentType /* Mixed */ || CHAPTER_CONTENT_TYPES.includes(contentType); - parent.querySelector('.trickplaySettingsSection').classList.toggle('hide', !hasChapterOptions); parent.querySelector('.chapterSettingsSection').classList.toggle('hide', !hasChapterOptions); + parent.querySelector('.trickplaySettingsSection').classList.toggle('hide', !hasChapterOptions); if (contentType === 'tvshows') { parent.querySelector('.chkAutomaticallyGroupSeriesContainer').classList.remove('hide');