Fix loading chapter marker setting when loading a saved draft edit

pull/268/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent 1ffb9ae2e1
commit e515c448eb

@ -483,7 +483,6 @@ async function initializeVideoInfo() {
if (canAddChapters) {
descriptionField.value = description;
validateVideoDescription();
enableChapterMarkers(true);
}
} else {
const rangeStartField =

Loading…
Cancel
Save