aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/GenresController.cs
diff options
context:
space:
mode:
authorDavid <daullmer@gmail.com>2020-07-06 17:43:34 +0200
committerDavid <daullmer@gmail.com>2020-07-06 17:43:34 +0200
commitc2ae0b492c61a0e34e84c7241c3dbc4e4341ac3d (patch)
treee5a7e76fa7d0221199e74bd0603ef30b5f9c207d /Jellyfin.Api/Controllers/GenresController.cs
parent87f3326ffbc2dd807b663bac7551141bce9c35fe (diff)
Add missing using
Diffstat (limited to 'Jellyfin.Api/Controllers/GenresController.cs')
-rw-r--r--Jellyfin.Api/Controllers/GenresController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/GenresController.cs b/Jellyfin.Api/Controllers/GenresController.cs
index 2cd3de76e..d57989a8a 100644
--- a/Jellyfin.Api/Controllers/GenresController.cs
+++ b/Jellyfin.Api/Controllers/GenresController.cs
@@ -10,6 +10,7 @@ using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Library;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Querying;
+using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Genre = MediaBrowser.Controller.Entities.Genre;