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 = ?,
|
||||
strGenres = ?,
|
||||
iYear = ?,
|
||||
bCompilation = ?
|
||||
bCompilation = ?,
|
||||
strReview = ?,
|
||||
strImage = ?,
|
||||
strLabel = ?,
|
||||
|
@ -218,7 +218,7 @@ class KodiMusicDB(common.KodiDBBase):
|
|||
strArtistDisp = ?,
|
||||
strGenres = ?,
|
||||
iYear = ?,
|
||||
bCompilation = ?
|
||||
bCompilation = ?,
|
||||
strReview = ?,
|
||||
strImage = ?,
|
||||
strLabel = ?,
|
||||
|
|
Loading…
Reference in a new issue