New: Release Group can now be used in rename patterns

This commit is contained in:
Mark McDowall
2013-12-08 22:25:11 -08:00
parent 9dcdd06b6c
commit f76c4700a6
17 changed files with 92 additions and 40 deletions
@@ -28,7 +28,6 @@ namespace NzbDrone.Core.Parser.Model
}
}
public string ReleaseGroup { get; set; }
public int TvRageId { get; set; }
}
}