Fix OperationalError: no such column: Userrating
This commit is contained in:
parent
e8621acdf3
commit
0b5fcb855c
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ class Album(MusicMixin, ItemBase):
|
||||||
strGenres = ?,
|
strGenres = ?,
|
||||||
strReview = ?,
|
strReview = ?,
|
||||||
strImage = ?,
|
strImage = ?,
|
||||||
Userrating = ?,
|
iUserrating = ?,
|
||||||
lastScraped = ?,
|
lastScraped = ?,
|
||||||
strReleaseType = ?,
|
strReleaseType = ?,
|
||||||
strLabel = ?,
|
strLabel = ?,
|
||||||
|
|
Loading…
Reference in a new issue