[BUGFIX] Fix usage of chapter_title_sanitized (#924)

Usage of `chapter_title_sanitized` would sometimes result in an error. This should hopefully fix it
This commit is contained in:
Jesse Bannon 2024-02-12 16:05:50 -08:00 committed by GitHub
parent cea21ca47f
commit 7c217db843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,6 @@ class SplitByChaptersOptions(OptionsDictValidator):
return {
PluginOperation.MODIFY_ENTRY: {
"chapter_title",
"chapter_title_sanitized",
"chapter_index",
"chapter_index_padded",
"chapter_count",