digitalec / deemon

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

Unable to monitor playlists (sqlite3.ProgrammingError) #92

Closed digitalec closed 1 year ago

digitalec commented 1 year ago
File "core/db.py", line 554, in fast_monitor_playlist
    self.cursor.executemany(
sqlite3.ProgrammingError: You did not supply a value for binding parameter :link.

db.py:554 is using :link but api.py:292 is using url. Since the fast_api uses link, api.py:292 should be updated to reflect that for consistency.