Skip to content

Commit

Permalink
[BUGFIX] Fix usage of chapter_title_sanitized (#924)
Browse files Browse the repository at this point in the history
Usage of `chapter_title_sanitized` would sometimes result in an error. This should hopefully fix it
  • Loading branch information
jmbannon authored Feb 13, 2024
1 parent cea21ca commit 7c217db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ytdl_sub/plugins/split_by_chapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def added_variables(
return {
PluginOperation.MODIFY_ENTRY: {
"chapter_title",
"chapter_title_sanitized",
"chapter_index",
"chapter_index_padded",
"chapter_count",
Expand Down

0 comments on commit 7c217db

Please sign in to comment.