cleanup
This commit is contained in:
parent
feb364fdb5
commit
75a77d557d
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
# Override variables globally for all subscriptions
|
# Override variables globally for all subscriptions
|
||||||
__preset__:
|
__preset__:
|
||||||
overrides:
|
overrides:
|
||||||
music_directory: "music"
|
music_directory: "/music"
|
||||||
|
|
||||||
# Supports downloading YouTube /releases tab. Also works for any playlist (or playlist of playlists)
|
# Supports downloading YouTube /releases tab. Also works for any playlist (or playlist of playlists)
|
||||||
# where each video is a single track.
|
# where each video is a single track.
|
||||||
|
|
|
||||||
|
|
@ -215,5 +215,4 @@ class VariableValidation:
|
||||||
|
|
||||||
resolved_subscription["overrides"] = self._output_override_variables()
|
resolved_subscription["overrides"] = self._output_override_variables()
|
||||||
|
|
||||||
# assert not self.unresolved_variables
|
|
||||||
return resolved_subscription
|
return resolved_subscription
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue