mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Restrict item refreshing to administrators
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
/// Item Refresh Controller.
|
/// Item Refresh Controller.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Route("Items")]
|
[Route("Items")]
|
||||||
[Authorize(Policy = Policies.DefaultAuthorization)]
|
[Authorize(Policy = Policies.RequiresElevation)]
|
||||||
public class ItemRefreshController : BaseJellyfinApiController
|
public class ItemRefreshController : BaseJellyfinApiController
|
||||||
{
|
{
|
||||||
private readonly ILibraryManager _libraryManager;
|
private readonly ILibraryManager _libraryManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user