From faee46828fc7c0f1a77e957d95fce3b4d76b196e Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 31 May 2025 09:44:02 -0700 Subject: [PATCH] use season to determine standardized date --- src/ytdl_sub/prebuilt_presets/tv_show/tv_show_by_date.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show_by_date.yaml b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show_by_date.yaml index d652be1f..db12b9d0 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show_by_date.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show_by_date.yaml @@ -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 )