fix final_path fetching for episodes

This commit is contained in:
Rafael Moraes
2024-09-21 22:20:25 -03:00
parent 51fc1ccb1f
commit 08f19addaf
+1 -1
View File
@@ -108,7 +108,7 @@ class DownloaderEpisode:
),
}
final_path = self.downloader.get_final_path(
"track",
"episode",
tags,
".ogg",
)