David 5 лет назад
Родитель
Сommit
c2ae0b492c
1 измененных файлов с 1 добавлено и 0 удалено
  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;