[feat] Video system optimization

This commit is contained in:
acite
2025-09-20 02:16:43 +08:00
parent a2f6eb1fba
commit e7d24aa20b
9 changed files with 787 additions and 135 deletions

View File

@@ -10,7 +10,7 @@ namespace Abyss.Components.Controllers.Task;
[ApiController]
[Route("api/[controller]")]
public class TaskController(ILogger<TaskController> logger, ConfigureService config, TaskService taskService) : Controller
public class TaskController(ConfigureService config, TaskService taskService) : Controller
{
public readonly string TaskFolder = Path.Combine(config.MediaRoot, "Tasks");