[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:
parent
cea21ca47f
commit
7c217db843
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ class SplitByChaptersOptions(OptionsDictValidator):
|
||||||
return {
|
return {
|
||||||
PluginOperation.MODIFY_ENTRY: {
|
PluginOperation.MODIFY_ENTRY: {
|
||||||
"chapter_title",
|
"chapter_title",
|
||||||
"chapter_title_sanitized",
|
|
||||||
"chapter_index",
|
"chapter_index",
|
||||||
"chapter_index_padded",
|
"chapter_index_padded",
|
||||||
"chapter_count",
|
"chapter_count",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue