mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 13:49:53 +00:00
Add authention to endpoint service
This commit is contained in:
parent
c9f9dc82db
commit
b555b9c3c3
@ -21,6 +21,7 @@ namespace Jellyfin.Plugin.Reports.Api
|
||||
{
|
||||
/// <summary> The reports service. </summary>
|
||||
/// <seealso cref="T:MediaBrowser.Api.BaseApiService"/>
|
||||
[Authenticated]
|
||||
public class ReportsService : IService, IRequiresRequest
|
||||
{
|
||||
public IRequest Request { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user