Added support for SoundCloud downloads

Move soundcloud album parsing to Playlist

stash

Soundcloud downloads working
This commit is contained in:
nathom 2021-04-05 17:43:23 -07:00
parent 7f413c8290
commit 9d0a735cf5
11 changed files with 259 additions and 86 deletions

View file

@ -61,5 +61,5 @@ class MusicDB:
)
conn.commit()
except sqlite3.Error as e:
if 'UNIQUE' not in str(e):
if "UNIQUE" not in str(e):
raise