fix(frontend): new radarr/sonarr ports will be converted to a number before posting
This commit is contained in:
@@ -108,7 +108,7 @@ const RadarrModal: React.FC<RadarrModalProps> = ({
|
||||
{
|
||||
hostname,
|
||||
apiKey,
|
||||
port,
|
||||
port: Number(port),
|
||||
baseUrl,
|
||||
useSsl,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user