mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
New: Release Group can now be used in rename patterns
This commit is contained in:
@@ -89,6 +89,8 @@ namespace NzbDrone.Core.Organizer
|
||||
{"{Series Title}", series.Title}
|
||||
};
|
||||
|
||||
tokenValues.Add("{Release Group}", episodeFile.ReleaseGroup);
|
||||
|
||||
if (series.SeriesType == SeriesTypes.Daily)
|
||||
{
|
||||
pattern = namingConfig.DailyEpisodeFormat;
|
||||
|
||||
Reference in New Issue
Block a user