Fix OperationalError: near "WHERE": syntax error
- Partially fixes #566
This commit is contained in:
parent
2753309149
commit
28e4561461
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class KodiMusicDB(common.KodiDBBase):
|
|||
strLabel = ?,
|
||||
iUserrating = ?,
|
||||
lastScraped = ?,
|
||||
strReleaseType = ?,
|
||||
strReleaseType = ?
|
||||
WHERE idAlbum = ?
|
||||
''', (args))
|
||||
|
||||
|
|
Loading…
Reference in a new issue