mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
omgwtfnzbs fixes
New: connect to omgwtfnzbs over https Fixed: No results found response for omgwtfnzbs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user