mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
made compression and caching available to plugin api endpoints
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
using MediaBrowser.Controller.Library;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Querying;
|
||||
using MediaBrowser.Server.Implementations.HttpServer;
|
||||
using ServiceStack.ServiceHost;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -15,7 +14,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
/// Class GetItems
|
||||
/// </summary>
|
||||
[Route("/Users/{UserId}/Items", "GET")]
|
||||
[ServiceStack.ServiceHost.Api(Description = "Gets items based on a query.")]
|
||||
[Api(Description = "Gets items based on a query.")]
|
||||
public class GetItems : BaseItemsRequest, IReturn<ItemsResult>
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user