use helper
This commit is contained in:
parent
5030a34c49
commit
17e2bf85f5
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class ChaptersOptions(OptionsDictValidator):
|
||||||
def added_variables(
|
def added_variables(
|
||||||
self, resolved_variables: Set[str], unresolved_variables: Set[str]
|
self, resolved_variables: Set[str], unresolved_variables: Set[str]
|
||||||
) -> Dict[PluginOperation, Set[str]]:
|
) -> Dict[PluginOperation, Set[str]]:
|
||||||
return {PluginOperation.MODIFY_ENTRY: {"ytdl_sub_chapters_from_comments"}}
|
return {PluginOperation.MODIFY_ENTRY: {ytdl_sub_chapters_from_comments.variable_name}}
|
||||||
|
|
||||||
|
|
||||||
class ChaptersPlugin(Plugin[ChaptersOptions]):
|
class ChaptersPlugin(Plugin[ChaptersOptions]):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue