dynamiccookies / Radarr-Assistant

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.
MIT License
0 stars 0 forks source link

On search, check if added to queue #23

Closed dynamiccookies closed 2 years ago

dynamiccookies commented 2 years ago

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",