mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 05:06:23 +00:00
fix movie search
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user