mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Ampersand removed from title before searching
Fixed: Remove "&" from title before searching TheTVDB
This commit is contained in:
parent
5113bf3878
commit
c2f9679141
2 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue