Skip to content

Commit 857a4cc

Browse files
author
E.S. Rosenberg a.k.a. Keeper of the Keys
committed
Removed check made obsolete by new behavior of art_file and cover_file
1 parent 61f04fd commit 857a4cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gpodder/coverart.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ def get_cover(self, podcast, download=False, episode=None):
6161
password = podcast.auth_password
6262

6363
# Return already existing files
64-
if os.path.exists(filename):
65-
return filename
66-
6764
for extension in self.EXTENSIONS:
6865
if os.path.exists(filename + extension):
6966
return filename + extension

0 commit comments

Comments
 (0)