mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
added file logging to services.
This commit is contained in:
parent
ad9a7fa6e4
commit
1d1c62d376
12 changed files with 100 additions and 28 deletions
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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue