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 = ?,
|
||||
strReview = ?,
|
||||
strImage = ?,
|
||||
Userrating = ?,
|
||||
iUserrating = ?,
|
||||
lastScraped = ?,
|
||||
strReleaseType = ?,
|
||||
strLabel = ?,
|
||||
|
|
Loading…
Reference in a new issue