diff --git a/src/Jackett.Common/Indexers/Abstract/CouchPotatoTracker.cs b/src/Jackett.Common/Indexers/Abstract/CouchPotatoTracker.cs index f729c3c6b..a9bb7b85e 100644 --- a/src/Jackett.Common/Indexers/Abstract/CouchPotatoTracker.cs +++ b/src/Jackett.Common/Indexers/Abstract/CouchPotatoTracker.cs @@ -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) {