mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Rewrote most of the renamer token handling code to give it a bit more generic architecture. Also added MediaInfo as possible token.
This commit is contained in:
@@ -27,7 +27,9 @@ namespace NzbDrone.Core.Test.OrganizerTests
|
||||
{
|
||||
namingConfig.SeriesFolderFormat = format;
|
||||
|
||||
Subject.GetSeriesFolder(seriesTitle).Should().Be(expected);
|
||||
var series = new NzbDrone.Core.Tv.Series { Title = seriesTitle };
|
||||
|
||||
Subject.GetSeriesFolder(series).Should().Be(expected);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user