Fix Syntax Error
This commit is contained in:
parent
2aadcbd198
commit
5305d7bdfd
1 changed files with 2 additions and 2 deletions
|
@ -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 = ?,
|
||||||
|
|
Loading…
Reference in a new issue