mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix identify images
This commit is contained in:
parent
70f75f8adb
commit
82e8085747
@ -181,11 +181,9 @@ namespace MediaBrowser.Api
|
|||||||
return ToOptimizedResult(result);
|
return ToOptimizedResult(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<object> Get(GetRemoteSearchImage request)
|
public Task<object> Get(GetRemoteSearchImage request)
|
||||||
{
|
{
|
||||||
var result = GetRemoteImage(request).ConfigureAwait(false);
|
return GetRemoteImage(request);
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Post(ApplySearchCriteria request)
|
public void Post(ApplySearchCriteria request)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user