use season to determine standardized date

This commit is contained in:
Jesse Bannon 2025-05-31 09:44:02 -07:00
parent 9d32060ffd
commit faee46828f

View file

@ -111,7 +111,7 @@ presets:
episode_date_standardized: >-
{
%if(
%contains(tv_show_by_date_episode_ordering, "release"),
%contains(tv_show_by_date_season_ordering, "release"),
release_date_standardized,
upload_date_standardized
)