File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- .TH GPO "1" "April 2020" "gpodder 4.11.1 " "User Commands"
1+ .TH GPO "1" "April 2020" "gpodder 4.11.2 " "User Commands"
22.SH NAME
33gpo \- gPodder command-line interface
44.SH SYNOPSIS
Original file line number Diff line number Diff line change 5050# This metadata block gets parsed by setup.py - use single quotes only
5151__tagline__ = 'Media and podcast aggregator'
5252__author__ = 'Thomas Perl <[email protected] >' 53- __version__ = '4.11.1 '
53+ __version__ = '4.11.2 '
5454__date__ = '2020-04-10'
5555__relname__ = 'Geshem'
5656__copyright__ = '© 2005-2020 Thomas Perl and the gPodder Team'
Original file line number Diff line number Diff line change @@ -566,8 +566,9 @@ def check_download_folder(self):
566566
567567 known_files .add (filename )
568568
569- known_files .update (os .path .join (self .cover_file + ext )
570- for ext in coverart .CoverDownloader .EXTENSIONS )
569+ if self .cover_file :
570+ known_files .update (os .path .join (self .cover_file + ext )
571+ for ext in coverart .CoverDownloader .EXTENSIONS )
571572
572573 for episode in self .episodes :
573574 filename = episode .art_file
You can’t perform that action at this time.
0 commit comments