Update internal URL's to point to lidarr.audio

This commit is contained in:
TCBWZA 2017-04-28 16:55:18 +02:00
parent 80e8ef4c7a
commit b7a46a9e51
8 changed files with 13 additions and 13 deletions

View file

@ -174,7 +174,7 @@ namespace NzbDrone.Common.Test.Http
{
var file = GetTempFilePath();
Assert.Throws<WebException>(() => Subject.DownloadFile("http://download.Lidarr.tv/wrongpath", file));
Assert.Throws<WebException>(() => Subject.DownloadFile("http://download.lidarr.audio/wrongpath", file));
File.Exists(file).Should().BeFalse();