Videos: Refactor codec, content and file type specifications #4770

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-02-05 00:30:45 +01:00
parent 30a6ff248b
commit 6a89519e63
254 changed files with 1193 additions and 1032 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/photoprism/photoprism/pkg/authn"
"github.com/photoprism/photoprism/pkg/clean"
"github.com/photoprism/photoprism/pkg/i18n"
"github.com/photoprism/photoprism/pkg/net/header"
"github.com/photoprism/photoprism/pkg/media/http/header"
"github.com/photoprism/photoprism/pkg/rnd"
)