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

Remove duplicate ArtistDeleteEvent Handle

pull/94/head
Qstick 8 years ago
parent e6bf157302
commit 52f4f1de03

@ -187,10 +187,5 @@ namespace NzbDrone.Core.Music
var albums = GetAlbumsByArtist(message.Artist.Id);
_albumRepository.DeleteMany(albums);
}
public void Handle(ArtistDeletedEvent message)
{
throw new NotImplementedException();
}
}
}

Loading…
Cancel
Save