diff --git a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml index aa09ccb8..6e2936ae 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml @@ -44,5 +44,6 @@ presets: # addition. Each season sets its own `collection_season_number/_padded` _tv_show_collection: overrides: + collection_season_number_padded: "{ %pad_zero(%int(collection_season_number), 2) }" season_number: "{collection_season_number}" - season_number_padded: "{ %pad_zero(%int(collection_season_number), 2) }" \ No newline at end of file + season_number_padded: "{collection_season_number_padded}" \ No newline at end of file