Armory8854 / yapm

Yet Another (python) Podcast Manager
GNU General Public License v3.0
0 stars 0 forks source link

Max Downloads Breaks If Max Episodes < Max Downloads #9

Closed Armory8854 closed 1 year ago

Armory8854 commented 1 year ago

Self explanatory by the title. Just add a try / except thing here to change the query from max downloads to len(new_podcasts) if len(new_podcasts) < max_downloads.