Fix Syntax Error

This commit is contained in:
croneter 2018-11-20 18:46:25 +01:00
parent 2aadcbd198
commit 5305d7bdfd

View file

@ -178,7 +178,7 @@ class KodiMusicDB(common.KodiDBBase):
strArtists = ?, strArtists = ?,
strGenres = ?, strGenres = ?,
iYear = ?, iYear = ?,
bCompilation = ? bCompilation = ?,
strReview = ?, strReview = ?,
strImage = ?, strImage = ?,
strLabel = ?, strLabel = ?,
@ -218,7 +218,7 @@ class KodiMusicDB(common.KodiDBBase):
strArtistDisp = ?, strArtistDisp = ?,
strGenres = ?, strGenres = ?,
iYear = ?, iYear = ?,
bCompilation = ? bCompilation = ?,
strReview = ?, strReview = ?,
strImage = ?, strImage = ?,
strLabel = ?, strLabel = ?,