Added MediaInfo to EpisodeFile.

This commit is contained in:
Taloth Saldono
2014-04-10 19:58:50 +02:00
parent b427954f5f
commit 7b420fc033
14 changed files with 314 additions and 2 deletions
@@ -3,6 +3,7 @@ using System.Linq;
using System.Collections.Generic;
using NzbDrone.Core.Qualities;
using NzbDrone.Core.Tv;
using NzbDrone.Core.MediaFiles.MediaInfo;
namespace NzbDrone.Core.Parser.Model
{
@@ -14,6 +15,7 @@ namespace NzbDrone.Core.Parser.Model
public Series Series { get; set; }
public List<Episode> Episodes { get; set; }
public QualityModel Quality { get; set; }
public MediaInfoModel MediaInfo { get; set; }
public Boolean ExistingFile { get; set; }
public int SeasonNumber