mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Ampersand removed from title before searching
Fixed: Remove "&" from title before searching TheTVDB
This commit is contained in:
@@ -36,6 +36,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
[TestCase("The Simpsons")]
|
||||
[TestCase("Family Guy")]
|
||||
[TestCase("South Park")]
|
||||
[TestCase("Franklin & Bash")]
|
||||
public void successful_search(string title)
|
||||
{
|
||||
var result = tvDbProvider.SearchSeries(title);
|
||||
|
Reference in New Issue
Block a user