Skip to content

Commit

Permalink
Fix subtitle uri
Browse files Browse the repository at this point in the history
  • Loading branch information
jkim2492 committed Feb 3, 2023
1 parent 7a9fbb4 commit 15a25b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion components/captionTask.brs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sub fetchFont()
m.font = "font:LargeBoldSystemFont"
end if
else
m.font.uri = fontlist[0]
m.font.uri = "tmp:/" + fontlist[0]
m.font.size = 60
end if
end sub
Expand Down
35 changes: 16 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15a25b1

Please sign in to comment.