mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Major logging overhaul
This commit is contained in:
@@ -29,5 +29,10 @@ namespace NzbDrone.Core.Parser.Model
|
||||
}
|
||||
|
||||
public int TvRageId { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return String.Format("[{0}] {1} [{2}]", PublishDate, Title, Size);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user