Fix incorrect checkboxt disabling/enabling behaviour

This commit is contained in:
Alex Ballas
2023-02-23 19:17:02 +02:00
parent 23ba400304
commit 12b9da1724
17 changed files with 68 additions and 27 deletions

View File

@@ -154,7 +154,7 @@ func run() error {
Mtype: mediaType,
Transcode: *transcodePtr,
Seek: isSeek,
Logging: os.Stdout,
Logging: nil,
})
if err != nil {
return err