You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments