Fix SyntaxError
This commit is contained in:
parent
dcb10249a3
commit
5ad5bc1681
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class KodiMusicDB(common.KodiDBBase):
|
||||||
strLabel = ?,
|
strLabel = ?,
|
||||||
iUserrating = ?,
|
iUserrating = ?,
|
||||||
lastScraped = ?,
|
lastScraped = ?,
|
||||||
strReleaseType = ?,
|
strReleaseType = ?
|
||||||
WHERE idAlbum = ?
|
WHERE idAlbum = ?
|
||||||
''', (args))
|
''', (args))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue