mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04: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