use season to determine standardized date
This commit is contained in:
parent
9d32060ffd
commit
faee46828f
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ presets:
|
||||||
episode_date_standardized: >-
|
episode_date_standardized: >-
|
||||||
{
|
{
|
||||||
%if(
|
%if(
|
||||||
%contains(tv_show_by_date_episode_ordering, "release"),
|
%contains(tv_show_by_date_season_ordering, "release"),
|
||||||
release_date_standardized,
|
release_date_standardized,
|
||||||
upload_date_standardized
|
upload_date_standardized
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue