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