MOVE user authentication and clip creation to ClipService

This commit is contained in:
2025-07-02 22:03:39 +02:00
parent 3ce1c1486a
commit 159bcac5c4
5 changed files with 61 additions and 36 deletions

View File

@@ -119,6 +119,8 @@ const getMetadata = async (uuid: string): Promise<VideoMetadata> => {
console.error('Error fetching metadata:', error);
return {
title: '',
description: '',
startPoint: 0,
endPoint: 0,
fps: 0,