An interface that ties into Radarr's API to allow searching for movies, verifying movies currently in the Radarr library, and adding movies to Radarr's queue.
Check to see if a movie has been added to the queue, but has not yet been downloaded
JSON for non-added movie: "added": "0001-01-01T00:00:00Z",
JSON for added movie: "added": "2022-08-29T01:49:31.766357Z",
Check to see if a movie has been added to the queue, but has not yet been downloaded JSON for non-added movie:
"added": "0001-01-01T00:00:00Z",
JSON for added movie:"added": "2022-08-29T01:49:31.766357Z",