mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix for #7
This commit is contained in:
parent
af00fee172
commit
100c9de2e2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class RadarrAPI:
|
|||
"title": movie.title,
|
||||
"{}".format("qualityProfileId" if self.version == "v3" else "profileId"): self.quality_profile_id,
|
||||
"year": int(year),
|
||||
"tmdbid": str(tmdb_id),
|
||||
"tmdbid": int(tmdb_id),
|
||||
"titleslug": titleslug,
|
||||
"monitored": True,
|
||||
"rootFolderPath": self.root_folder_path,
|
||||
|
|
Loading…
Reference in a new issue