Skip to content

Commit

Permalink
Check the error for the mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexballas committed Aug 23, 2024
1 parent d6730b0 commit e85a5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/gui/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func selectMediaFile(screen *NewScreen, f fyne.URI) {
screen.MediaText.Refresh()

subs, err := utils.GetSubs(absMediaFile)
check(screen, err)
if err != nil {
screen.SelectInternalSubs.Options = []string{}
screen.SelectInternalSubs.PlaceHolder = "No Embedded Subs"
Expand Down

0 comments on commit e85a5b5

Please sign in to comment.