Compare commits
No commits in common. "7717bf13a17ae357950ec80b7ba81764e9673ffe" and "ab3207d44199ed8202d3242c7d837a53eccec586" have entirely different histories.
7717bf13a1
...
ab3207d441
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4,9 +4,8 @@ import (
|
||||
"embed"
|
||||
"os"
|
||||
|
||||
"videoconcat/services"
|
||||
|
||||
"github.com/wailsapp/wails/v3/pkg/application"
|
||||
"videoconcat/services"
|
||||
)
|
||||
|
||||
//go:embed assets
|
||||
|
||||
@ -326,3 +326,4 @@ func (s *ExtractService) ModifyVideosMetadata(ctx context.Context, folderPath st
|
||||
wg.Wait()
|
||||
return results, nil
|
||||
}
|
||||
|
||||
|
||||
@ -438,3 +438,4 @@ func (s *VideoService) JoinVideos(ctx context.Context, req VideoConcatRequest) (
|
||||
wg.Wait()
|
||||
return results, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user