Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Oct 22, 2023
1 parent 6254cdc commit c8c7059
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions subtitles/secondary_sid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ end
return {
init = init,
change_visibility = change_visibility,
select_previous = function() switch_secondary_sid('prev') end,
select_next = function() switch_secondary_sid('next') end,
select_previous = function()
switch_secondary_sid('prev')
end,
select_next = function()
switch_secondary_sid('next')
end,
}

0 comments on commit c8c7059

Please sign in to comment.