Add chapter name option when submitting

This commit is contained in:
Ajay Ramachandran
2021-10-16 01:36:44 -04:00
parent 9a24b906f9
commit 0f4eeb4fe9
2 changed files with 43 additions and 18 deletions

View File

@@ -1527,6 +1527,7 @@ function updateSponsorTimesSubmitting(getFromConfig = true) {
UUID: segmentTime.UUID,
category: segmentTime.category,
actionType: segmentTime.actionType,
description: segmentTime.description,
source: segmentTime.source
});
}