1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Added raw DVD check for BTN to prevent those pesky VIDEO_TS downloads.

fixes #r1377
This commit is contained in:
Taloth Saldono
2016-07-23 21:32:07 +02:00
parent c4a3bc3d2f
commit c7d445d1c1
7 changed files with 132 additions and 0 deletions
@@ -19,6 +19,12 @@ namespace NzbDrone.Core.Parser.Model
public int TvRageId { get; set; }
public DateTime PublishDate { get; set; }
public string Origin { get; set; }
public string Source { get; set; }
public string Container { get; set; }
public string Codec { get; set; }
public string Resolution { get; set; }
public int Age
{
get