Updated .gitignore to not store .nzb

Add [PROPER] to titleFix if it's a proper.
User can now change the QualityProfile when adding a series (new or existing), option will default to their DefaultQualityProfile.
This commit is contained in:
Mark McDowall 2011-03-28 13:22:12 -07:00
commit e62cb3b5da
13 changed files with 103 additions and 26 deletions

View file

@ -9,5 +9,6 @@ namespace NzbDrone.Core.Model
{
public string Path { get; set; }
public int TvDbId { get; set; }
public int QualityProfileId { get; set; }
}
}