mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
added audio db id's to web client
This commit is contained in:
@@ -75,7 +75,7 @@ namespace MediaBrowser.Api
|
||||
protected object ToOptimizedSerializedResultUsingCache<T>(T result)
|
||||
where T : class
|
||||
{
|
||||
return ResultFactory.GetOptimizedSerializedResultUsingCache(Request, result);
|
||||
return ToOptimizedResult(result);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user