Skip to content

Commit

Permalink
Add sub-speed to tracked sub options (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nil authored Jul 20, 2024
1 parent 8d4902b commit 64844ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/encode.moon
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ get_sub_options = ->
append_property(ret, "sub-auto")
append_property(ret, "sub-pos")
append_property(ret, "sub-delay")
append_property(ret, "sub-speed")
append_property(ret, "sub-scale")
append_property(ret, "sub-font")
append_property(ret, "sub-font-size")
Expand Down

0 comments on commit 64844ec

Please sign in to comment.