Версия 0.8.0 #9

Merged
kor-elf merged 15 commits from develop into main 2025-05-11 19:45:40 +05:00
Showing only changes of commit 17c570bf1d - Show all commits

View File

@ -84,10 +84,7 @@ func (a App) RunConvertor() {
totalDuration, err := a.convertorService.GetTotalDuration(&queue.Setting.VideoFileInput)
if err != nil {
queue.Status = StatusType(Error)
queue.Error = err
a.Window.GetLayout().ChangeQueueStatus(queueId, queue)
continue
totalDuration = 0
}
progress := a.Window.GetLayout().NewProgressbar(queueId, totalDuration)