Resharper code cleanup

This commit is contained in:
Keivan 2010-09-27 22:58:49 -07:00
commit d00744aafa
11 changed files with 46 additions and 130 deletions

View file

@ -8,6 +8,7 @@ namespace NzbDrone.Core.Repository
{
[SubSonicPrimaryKey]
public string EpisodeId { get; set; }
public string SeriesId { get; set; }
public string Title { get; set; }
public string Title2 { get; set; }
@ -19,6 +20,6 @@ namespace NzbDrone.Core.Repository
public int Quality { get; set; }
public bool Proper { get; set; }
public String FileName { get; set; }
public SyndicationItem Feed { get; set; }
public SyndicationItem Feed { get; set; }
}
}
}