Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/1d8cf6a7f50a095cd832a1ade9b20143ea95b110 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Persist release source for pending releases

Closes 
pull/9589/head
Bogdan 1 year ago
parent 2c3ad380ef
commit 1d8cf6a7f5

@ -326,7 +326,8 @@ namespace NzbDrone.Core.Download.Pending
Reason = reason,
AdditionalInfo = new PendingReleaseAdditionalInfo
{
MovieMatchType = decision.RemoteMovie.MovieMatchType
MovieMatchType = decision.RemoteMovie.MovieMatchType,
ReleaseSource = decision.RemoteMovie.ReleaseSource
}
};

Loading…
Cancel
Save