mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Adding support for exception instances in Services.NzbDrone
This commit is contained in:
parent
917ae0f999
commit
98faca17ee
14 changed files with 342 additions and 11 deletions
|
@ -13,7 +13,7 @@ namespace NzbDrone.Common.Contract
|
|||
{
|
||||
var dic = new Dictionary<string, string>
|
||||
{
|
||||
{"Title", Title.NullCheck()},
|
||||
{"Title", Title.NullSafe()},
|
||||
};
|
||||
|
||||
return dic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue