mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
fixed broken build.
This commit is contained in:
parent
84857f286a
commit
25e6473537
@ -34,7 +34,7 @@ public void should_get_free_space_for_drive_that_doesnt_exist()
|
|||||||
{
|
{
|
||||||
WindowsOnly();
|
WindowsOnly();
|
||||||
|
|
||||||
Subject.GetAvilableSpace("J:\\").Should().NotBe(0);
|
Assert.Throws<DirectoryNotFoundException>(() => Subject.GetAvilableSpace("J:\\").Should().NotBe(0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ private void EnsureCovers(Series series)
|
|||||||
}
|
}
|
||||||
catch (WebException e)
|
catch (WebException e)
|
||||||
{
|
{
|
||||||
_logger.Warn(string.Format("Couldn't download media cover for {0}. {1}", series, e.Message);
|
_logger.Warn(string.Format("Couldn't download media cover for {0}. {1}", series, e.Message));
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user