Through Radarr's API it is possible to fetch all known storage paths (api/rootfolder). So instead of offering a free text input, we can make this a <select> and auto-fill it.
Should keep in mind that it is possible the current storage path is not on this list, for instance if the storage paths were changed in Radarr.
Through Radarr's API it is possible to fetch all known storage paths (
api/rootfolder
). So instead of offering a free text input, we can make this a<select>
and auto-fill it.Should keep in mind that it is possible the current storage path is not on this list, for instance if the storage paths were changed in Radarr.