new feature: update metadata on uploaded videos

This commit is contained in:
ari melody 2026-06-28 15:37:36 +01:00
parent 3053c19dd0
commit c961aa3b6c
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
4 changed files with 196 additions and 128 deletions

View file

@ -22,7 +22,7 @@ type (
}
)
func ConcatVideo(video *youtube.Video, vodFiles []string, verbose bool) (int64, error) {
func ConcatVideo(video *youtube.VideoMetadata, vodFiles []string, verbose bool) (int64, error) {
fileListPath := path.Join(
path.Dir(video.Filepath),
"files.txt",