fixes to time conversion and play head ux + improvements to file scanner

This commit is contained in:
2026-03-10 22:07:04 -04:00
parent 951e285f81
commit b7c00323e8
7 changed files with 141 additions and 45 deletions

View File

@@ -11,6 +11,7 @@ public class MediaController(MediaService mediaService, IConfiguration configura
{
private readonly string _basePath = configuration["SCAN_LOCATION"] ?? throw new NullReferenceException("SCAN_LOCATION is not set");
[HttpGet("v/{id}")]
[ResponseCache(Duration = int.MaxValue)]
public async Task<IActionResult> VideoAsync(ObjectId id)