From 7c217db843fc2633217baa46bb7c10983425cf06 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 12 Feb 2024 16:05:50 -0800 Subject: [PATCH] [BUGFIX] Fix usage of `chapter_title_sanitized` (#924) Usage of `chapter_title_sanitized` would sometimes result in an error. This should hopefully fix it --- src/ytdl_sub/plugins/split_by_chapters.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ytdl_sub/plugins/split_by_chapters.py b/src/ytdl_sub/plugins/split_by_chapters.py index b812c0b97..9233babf3 100644 --- a/src/ytdl_sub/plugins/split_by_chapters.py +++ b/src/ytdl_sub/plugins/split_by_chapters.py @@ -89,7 +89,6 @@ def added_variables( return { PluginOperation.MODIFY_ENTRY: { "chapter_title", - "chapter_title_sanitized", "chapter_index", "chapter_index_padded", "chapter_count",