1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

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; }
}
}