mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-08 04:48:36 +02:00
Fix: cover printout for book
This commit is contained in:
@@ -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")
|
||||
} else {
|
||||
val downloadItemPart =
|
||||
|
||||
Reference in New Issue
Block a user