mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
use conditional caching on some json responses
This commit is contained in:
@@ -268,7 +268,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
var result = GetItems(request);
|
||||
|
||||
return ToOptimizedResult(result);
|
||||
return ToOptimizedSerializedResultUsingCache(result);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user