Fix post-processing of external folders adding blank artists (wrong

controlValue)
This commit is contained in:
sbuser
2011-08-05 17:51:56 -05:00
parent a4fe0efd9a
commit b7813de856

View File

@@ -101,7 +101,7 @@ def verify(albumid, albumpath):
myDB.upsert("tracks", newValueDict, controlValueDict)
controlValueDict = {"ArtistID": albumid}
controlValueDict = {"ArtistID": release_dict['artist_id']}
newValueDict = {"Status": "Paused"}
myDB.upsert("artists", newValueDict, controlValueDict)