Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/f5da886db6b37f4b5420f669366741f449c10750/NzbDrone.Core/Qualities/QualityProfileInUseException.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using NzbDrone.Common.Exceptions;
|
|
|
|
namespace NzbDrone.Core.Qualities
|
|
{
|
|
public class QualityProfileInUseException : NzbDroneException
|
|
{
|
|
public QualityProfileInUseException(int profileId)
|
|
: base("QualityProfile [{0}] is in use.", profileId)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |