mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class)
This commit is contained in:
@@ -1272,7 +1272,7 @@ namespace NzbDrone.Core.Test
|
||||
foreach (var withFile in withFiles)
|
||||
{
|
||||
withFile.EpisodeFile.Should().NotBeNull();
|
||||
withFile.SeriesTitle.Should().NotBeNullOrEmpty();
|
||||
withFile.Series.Title.Should().NotBeNullOrEmpty();
|
||||
}
|
||||
|
||||
mocker.VerifyAllMocks();
|
||||
|
Reference in New Issue
Block a user