Browse Source

Remove unused using

crobibero 5 years ago
parent
commit
2689865858
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jellyfin.Api/Controllers/VideoAttachmentsController.cs

+ 0 - 1
Jellyfin.Api/Controllers/VideoAttachmentsController.cs

@@ -7,7 +7,6 @@ using System.Threading.Tasks;
 using MediaBrowser.Common.Extensions;
 using MediaBrowser.Controller.Library;
 using MediaBrowser.Controller.MediaEncoding;
-using MediaBrowser.Model.Net;
 using Microsoft.AspNetCore.Authorization;
 using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Mvc;