mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Adding support for exception instances in Services.NzbDrone
This commit is contained in:
@@ -13,7 +13,7 @@ namespace NzbDrone.Common.Contract
|
||||
{
|
||||
var dic = new Dictionary<string, string>
|
||||
{
|
||||
{"Title", Title.NullCheck()},
|
||||
{"Title", Title.NullSafe()},
|
||||
};
|
||||
|
||||
return dic;
|
||||
|
Reference in New Issue
Block a user