mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
CouchPotatoTracker: fix imdb search
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
|
||||
if (!string.IsNullOrEmpty(query.ImdbID))
|
||||
{
|
||||
queryCollection.Add("imdbid", "browse");
|
||||
queryCollection.Add("imdbid", query.ImdbID);
|
||||
}
|
||||
if (searchString != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user