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

Fixed: AddArtistService log message

pull/234/head
Qstick 7 years ago committed by GitHub
parent 71a0c62fdb
commit 574e8ad36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@ namespace NzbDrone.Core.Music
}
catch (ArtistNotFoundException)
{
_logger.Error("LidarrId {1} was not found, it may have been removed from Lidarr.", newArtist.ForeignArtistId);
_logger.Error("LidarrId {0} was not found, it may have been removed from Lidarr.", newArtist.ForeignArtistId);
throw new ValidationException(new List<ValidationFailure>
{

Loading…
Cancel
Save