Browse Source

Add missing using

David 5 years ago
parent
commit
c2ae0b492c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jellyfin.Api/Controllers/GenresController.cs

+ 1 - 0
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;