keep season_number_padded
This commit is contained in:
parent
9006ce8e74
commit
41f8de56d8
1 changed files with 2 additions and 1 deletions
|
|
@ -44,5 +44,6 @@ presets:
|
||||||
# addition. Each season sets its own `collection_season_number/_padded`
|
# addition. Each season sets its own `collection_season_number/_padded`
|
||||||
_tv_show_collection:
|
_tv_show_collection:
|
||||||
overrides:
|
overrides:
|
||||||
|
collection_season_number_padded: "{ %pad_zero(%int(collection_season_number), 2) }"
|
||||||
season_number: "{collection_season_number}"
|
season_number: "{collection_season_number}"
|
||||||
season_number_padded: "{ %pad_zero(%int(collection_season_number), 2) }"
|
season_number_padded: "{collection_season_number_padded}"
|
||||||
Loading…
Reference in a new issue