Initial metadata overhaul

This commit is contained in:
Mark McDowall
2014-04-30 16:39:54 -07:00
parent 6d8b38366f
commit 1f40bef249
12 changed files with 648 additions and 827 deletions
@@ -12,5 +12,6 @@ namespace NzbDrone.Core.Metadata.Files
public DateTime LastUpdated { get; set; }
public Int32? EpisodeFileId { get; set; }
public Int32? SeasonNumber { get; set; }
public String Hash { get; set; }
}
}