Compare commits

..

No commits in common. "7717bf13a17ae357950ec80b7ba81764e9673ffe" and "ab3207d44199ed8202d3242c7d837a53eccec586" have entirely different histories.

5 changed files with 65 additions and 82 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,9 +4,8 @@ import (
"embed"
"os"
"videoconcat/services"
"github.com/wailsapp/wails/v3/pkg/application"
"videoconcat/services"
)
//go:embed assets

View File

@ -326,3 +326,4 @@ func (s *ExtractService) ModifyVideosMetadata(ctx context.Context, folderPath st
wg.Wait()
return results, nil
}

View File

@ -438,3 +438,4 @@ func (s *VideoService) JoinVideos(ctx context.Context, req VideoConcatRequest) (
wg.Wait()
return results, nil
}