digitalec / deemon

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

Playlist refresh doesn't commit if no artists are monitored #26

Closed digitalec closed 3 years ago

digitalec commented 3 years ago

deemon does not commit any database changes until just before exiting in case of failure during run. If no artists are being monitored, refresh function returns without getting to commit() call.

Workaround:

Have at least one artist monitored for successful refresh of playlists until this is patched

digitalec commented 3 years ago

Fixed in v1.3