fix movie search
This commit is contained in:
parent
22730746eb
commit
ae684cf0a5
|
@ -100,13 +100,13 @@ namespace MediaBrowser.Providers.Omdb
|
|||
if (enableMultipleResults)
|
||||
{
|
||||
url += "&s=" + WebUtility.UrlEncode(name);
|
||||
isSearch = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
url += "&t=" + WebUtility.UrlEncode(name);
|
||||
}
|
||||
url += "&type=" + type;
|
||||
isSearch = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user