Fix: cover printout for book

This commit is contained in:
Nicholas Wallace
2025-03-17 19:56:43 -07:00
parent 640d8cdd41
commit 7e2ac27eba
@@ -363,7 +363,7 @@ class AbsDownloader : Plugin() {
} }
} }
if (finalDestinationFile.exists()) { if (finalDestinationFile.exists() && libraryItem.mediaType == "podcast") {
Log.d(tag, "Podcast cover already exists - not downloading cover again") Log.d(tag, "Podcast cover already exists - not downloading cover again")
} else { } else {
val downloadItemPart = val downloadItemPart =