We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff7544 commit e259bfcCopy full SHA for e259bfc
player/lua/select.lua
@@ -437,8 +437,7 @@ local function format_history_entry(entry)
437
end
438
439
mp.add_key_binding(nil, "select-watch-history", function ()
440
- local history_file_path = mp.command_native(
441
- {"expand-path", mp.get_property("watch-history-path")})
+ local history_file_path = mp.get_property("current-watch-history-path")
442
local history_file, error_message = io.open(history_file_path)
443
if not history_file then
444
show_warning(mp.get_property_native("save-watch-history")
0 commit comments