Adding support for exception instances in Services.NzbDrone

This commit is contained in:
kay.one 2012-02-29 18:36:39 -08:00
commit 98faca17ee
14 changed files with 342 additions and 11 deletions

View file

@ -13,7 +13,7 @@ namespace NzbDrone.Common.Contract
{
var dic = new Dictionary<string, string>
{
{"Title", Title.NullCheck()},
{"Title", Title.NullSafe()},
};
return dic;