mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-06 13:44:58 +00:00
Fixed: API Exception Error format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using Nancy;
|
||||
using Nancy.Responses;
|
||||
using Lidarr.Http.ErrorManagement;
|
||||
@@ -30,10 +30,10 @@ namespace Lidarr.Http.Exceptions
|
||||
|
||||
if (content != null)
|
||||
{
|
||||
result = result + " :" + content;
|
||||
result = $"{result}: {content}";
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user