mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Remove obsolete code
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user