mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-01-09 06:51:35 +08:00
* Update Radarr.php Radarr was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed. * Update Sonarr.php Sonarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed. * Update Readarr.php Readarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed. * Update Lidarr.php Lidarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed. * Update Bazarr.php Bazarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed. * Update Prowlarr.php Prowlarr as well was using normaliseurl (which strips the trailing `/`) without passing true to re-add said `/` as needed.