omgwtfnzbs fixes

New: connect to omgwtfnzbs over https
Fixed: No results found response for omgwtfnzbs
This commit is contained in:
Mark McDowall
2014-09-27 18:39:26 -07:00
parent e3efd9a84c
commit 97370cc8b3
4 changed files with 23 additions and 10 deletions
@@ -8,7 +8,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
public override string ToString()
{
return string.Format("[{0} : {1}", Series.Title, AirDate);
return string.Format("[{0} : {1:yyyy-MM-dd}", Series.Title, AirDate);
}
}
}