1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -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
@@ -15,6 +15,7 @@ namespace NzbDrone.Core.Parser.Model
public String AirDate { get; set; }
public Language Language { get; set; }
public bool FullSeason { get; set; }
public string ReleaseGroup { get; set; }
public ParsedEpisodeInfo()
{
@@ -28,7 +28,6 @@ namespace NzbDrone.Core.Parser.Model
}
}
public string ReleaseGroup { get; set; }
public int TvRageId { get; set; }
}
}