Browse Source

Remove obsolete code

JPVenson 3 weeks ago
parent
commit
1a1d9b2404
1 changed files with 0 additions and 9 deletions
  1. 0 9
      Jellyfin.Api/Controllers/ImageController.cs

+ 0 - 9
Jellyfin.Api/Controllers/ImageController.cs

@@ -33,15 +33,6 @@ using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Mvc;
 using Microsoft.AspNetCore.Mvc;
 using Microsoft.Extensions.Logging;
 using Microsoft.Extensions.Logging;
 using Microsoft.Net.Http.Headers;
 using Microsoft.Net.Http.Headers;
-using ImageArgument = (
-         int? Width,
-         int? Height,
-         int? FillWidth,
-         int? FillHeight,
-         int? Blur,
-         string? BackgroundColor,
-         string? ForegroundLayer,
-         int Quality);
 
 
 namespace Jellyfin.Api.Controllers;
 namespace Jellyfin.Api.Controllers;