Fix SyntaxError

This commit is contained in:
croneter 2018-11-22 07:46:15 +01:00
parent dcb10249a3
commit 5ad5bc1681

View file

@ -184,7 +184,7 @@ class KodiMusicDB(common.KodiDBBase):
strLabel = ?, strLabel = ?,
iUserrating = ?, iUserrating = ?,
lastScraped = ?, lastScraped = ?,
strReleaseType = ?, strReleaseType = ?
WHERE idAlbum = ? WHERE idAlbum = ?
''', (args)) ''', (args))