mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 18:17:13 +00:00
Unavailable...
This commit is contained in:
parent
12c4f4423c
commit
a7a4783947
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ private List<EpisodeParseResult> Fetch(IEnumerable<string> urls)
|
||||||
{
|
{
|
||||||
if (webException.Message.Contains("503"))
|
if (webException.Message.Contains("503"))
|
||||||
{
|
{
|
||||||
_logger.Warn("{0} server is currently unbelievable.{1} {2}", Name,url, webException.Message);
|
_logger.Warn("{0} server is currently unavailable.{1} {2}", Name,url, webException.Message);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue