Fixed: Sonarr/Lidarr Queues (#227)
This commit is contained in:
parent
3c70ecbd0a
commit
707c4a28fe
2 changed files with 6 additions and 6 deletions
|
|
@ -107,7 +107,7 @@ class RadarrAPI(object):
|
|||
return
|
||||
|
||||
for queue_item in download_queue:
|
||||
movie = queue_item.movie
|
||||
movie = RadarrMovie(**queue_item.movie)
|
||||
|
||||
name = f'{movie.title} ({movie.year})'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue