Fixed convertor_windows.go.

Changed "git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor" to "git.kor-elf.net/kor-elf/gui-for-ffmpeg/src/convertor".
This commit is contained in:
Leonid Nikitin 2024-02-10 20:32:29 +06:00
parent a617635911
commit 154cd1c7dd
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D

View File

@ -8,7 +8,7 @@ import (
"errors"
"fyne.io/fyne/v2/canvas"
"fyne.io/fyne/v2/widget"
"git.kor-elf.net/kor-elf/gui-for-ffmpeg/convertor"
"git.kor-elf.net/kor-elf/gui-for-ffmpeg/src/convertor"
"github.com/nicksnyder/go-i18n/v2/i18n"
"io"
"net/http"