mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
added file logging to services.
This commit is contained in:
11
NzbDrone.Common/Contract/ParseErrorReport.cs
Normal file
11
NzbDrone.Common/Contract/ParseErrorReport.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace NzbDrone.Common.Contract
|
||||
{
|
||||
public class ParseErrorReport : ReportBase
|
||||
{
|
||||
[JsonProperty("t")]
|
||||
public string Title { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user