From 2449c04b8e79d23aa2c5411b80753f6ba43c11c3 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Wed, 26 Oct 2022 21:28:21 -0700 Subject: [PATCH] [BUGFIX] Fix latest ep thumbnail showing as TV show poster --- src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml | 3 --- 1 file changed, 3 deletions(-) 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 eebadeca..98238d8e 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml @@ -32,9 +32,6 @@ presets: download_strategy: "source" url: "{url}" playlist_thumbnails: - # Use latest_entry first, then see if YT channel artwork exists - - name: "{tv_show_poster_file_name}" - uid: "latest_entry" - name: "{tv_show_poster_file_name}" uid: "avatar_uncropped" - name: "{tv_show_fanart_file_name}"