dynamiccookies / radarr-actor-import

Webpage to search TMDB for actors and automatically add them to a Radarr server as an Import List.
MIT License
0 stars 0 forks source link

Set required fields and error handling #14

Open dynamiccookies opened 2 months ago

dynamiccookies commented 2 months ago

Set the TMDB API key and Radarr URL and API key fields as required.

If the Radarr calls fail for Root Folders and Quality Profiles, display error message about the Radarr URL and API key and disable the Root Folders and Quality Profiles drop downs.

Also hide/disable actor search field and button if they fail.

dynamiccookies commented 2 months ago

Don't run JavaScript fetch functions when Radarr URL and API key fields aren't valid.