Fixed ArtistID->artistid typo

This commit is contained in:
rembo10
2012-07-01 21:25:25 +05:30
parent 54bd17b8da
commit 23682bc9d1

View File

@@ -99,7 +99,7 @@ def addArtisttoDB(artistid, extrasonly=False):
myDB = db.DBConnection()
# Delete from blacklist if it's on there
myDB.action('DELETE from blacklist WHERE ArtistID=?', [ArtistID])
myDB.action('DELETE from blacklist WHERE ArtistID=?', [artistid])
# We need the current minimal info in the database instantly
# so we don't throw a 500 error when we redirect to the artistPage