mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
add series works again, now includes title.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
var result = tvDbProvider.SearchSeries(title);
|
||||
|
||||
result.Should().NotBeEmpty();
|
||||
result[0].SeriesName.Should().Be(title);
|
||||
result[0].Title.Should().Be(title);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user