Skip to content

Commit 67330ba

Browse files
guidocellakasper93
authored andcommitted
select.lua: don't go beyond the max line length
Fixes 7be6095.
1 parent 2412fea commit 67330ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

player/lua/select.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,8 @@ mp.add_key_binding(nil, "menu", function ()
721721
{"History", "script-binding select/select-watch-history", true},
722722
{"Watch later", "script-binding select/select-watch-later", true},
723723
{"Playback statistics", "script-binding stats/display-page-1-toggle", true},
724-
{"File information", "script-binding stats/display-page-5-toggle", mp.get_property("filename")},
724+
{"File information", "script-binding stats/display-page-5-toggle",
725+
mp.get_property("filename")},
725726
{"Edit config file", "script-binding select/edit-config-file", true},
726727
{"Edit key bindings", "script-binding select/edit-input-conf", true},
727728
{"Help", "script-binding stats/display-page-4-toggle", true},

0 commit comments

Comments
 (0)