mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-19 10:05:30 +01:00
Fix post-processing of external folders adding blank artists (wrong
controlValue)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user