From 08f19addaf3c2f3bde63fc92daf3d5ebca2bc9d1 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:20:25 -0300 Subject: [PATCH] fix `final_path` fetching for episodes --- votify/downloader_episode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/votify/downloader_episode.py b/votify/downloader_episode.py index 75572a4..c4ead66 100644 --- a/votify/downloader_episode.py +++ b/votify/downloader_episode.py @@ -108,7 +108,7 @@ class DownloaderEpisode: ), } final_path = self.downloader.get_final_path( - "track", + "episode", tags, ".ogg", )