digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

All record type options are downloaded even “album” or “single” specified #45

Closed digitalec closed 2 years ago

digitalec commented 2 years ago

Fix should be:

refresh.py:150

if artist_rec_type == release_rec_type or artist_rec_type == "all":

Thanks to @curveball111 for fix