mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
More config pages have been added. AJAX to save. Order with jquery sortable.
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
This commit is contained in:
parent
65ecd58111
commit
da979639ba
145 changed files with 8384 additions and 113 deletions
|
@ -6,6 +6,7 @@ namespace NzbDrone.Core.Instrumentation
|
|||
public class Log
|
||||
{
|
||||
public int LogId { get; set; }
|
||||
[SubSonicLongString]
|
||||
public string Message { get; set; }
|
||||
public DateTime Time { get; set; }
|
||||
public string Logger { get; set; }
|
||||
|
@ -13,8 +14,10 @@ namespace NzbDrone.Core.Instrumentation
|
|||
[SubSonicNullString]
|
||||
public string Stack { get; set; }
|
||||
[SubSonicNullString]
|
||||
[SubSonicLongString]
|
||||
public string ExceptionMessage { get; set; }
|
||||
[SubSonicNullString]
|
||||
[SubSonicLongString]
|
||||
public string ExceptionString { get; set; }
|
||||
[SubSonicNullString]
|
||||
public string ExceptionType { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue