Table name fix

master
Sven Slootweg 12 years ago
parent 31671cb2a7
commit 27a86d7d87

@ -51,7 +51,7 @@ except sqlite3.OperationalError:
try:
# Try to create albums table
cursor.execute("CREATE TABLE artists (`id`, `artist_id`, `name`, `url`, `releasedate`, `filename`, `mbgid`, `license_artwork`)")
cursor.execute("CREATE TABLE albums (`id`, `artist_id`, `name`, `url`, `releasedate`, `filename`, `mbgid`, `license_artwork`)")
except sqlite3.OperationalError:
pass

Loading…
Cancel
Save