Skip to content

Commit 15a25b1

Browse files
committed
Fix subtitle uri
1 parent 7a9fbb4 commit 15a25b1

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

components/captionTask.brs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sub fetchFont()
2929
m.font = "font:LargeBoldSystemFont"
3030
end if
3131
else
32-
m.font.uri = fontlist[0]
32+
m.font.uri = "tmp:/" + fontlist[0]
3333
m.font.size = 60
3434
end if
3535
end sub

package-lock.json

+16-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)