Fix OperationalError: no such column: Userrating

This commit is contained in:
croneter 2018-11-04 17:47:40 +01:00
parent e8621acdf3
commit 0b5fcb855c

View file

@ -312,7 +312,7 @@ class Album(MusicMixin, ItemBase):
strGenres = ?,
strReview = ?,
strImage = ?,
Userrating = ?,
iUserrating = ?,
lastScraped = ?,
strReleaseType = ?,
strLabel = ?,