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.
db.py:554 is using
:link
but api.py:292 is usingurl
. Since the fast_api useslink
, api.py:292 should be updated to reflect that for consistency.