Fixed: Sonarr/Lidarr Queues (#227)

This commit is contained in:
Robin Dadswell 2022-01-19 21:53:28 +00:00 committed by GitHub
parent 3c70ecbd0a
commit 707c4a28fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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})'