aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ImageController.cs
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2025-07-27 21:16:45 +0000
committerJPVenson <github@jpb.email>2025-07-27 21:16:45 +0000
commit1a1d9b2404006aacdaf5c04fbd22eadf37d32cc5 (patch)
tree51534d70ff01f8ab42d142f9a52878e60f52b4e7 /Jellyfin.Api/Controllers/ImageController.cs
parent96a05276a627607e246fbc85e19f841ef8d24bf5 (diff)
Remove obsolete code
Diffstat (limited to 'Jellyfin.Api/Controllers/ImageController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ImageController.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Jellyfin.Api/Controllers/ImageController.cs b/Jellyfin.Api/Controllers/ImageController.cs
index c175ce8b1..71ea8d14e 100644
--- a/Jellyfin.Api/Controllers/ImageController.cs
+++ b/Jellyfin.Api/Controllers/ImageController.cs
@@ -33,15 +33,6 @@ using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
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;