fix dict check for lidarr
This commit is contained in:
parent
0bba242e72
commit
5827bb2c97
2 changed files with 7 additions and 5 deletions
|
@ -501,5 +501,5 @@ class LidarrAlbum(NamedTuple):
|
|||
artist: dict = None
|
||||
images: list = None
|
||||
links: list = None
|
||||
statistics: dict = None
|
||||
statistics: dict = {}
|
||||
id: int = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue