From 2dcf69655abe5d7558d207b5400bd7dc58da30fc Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 31 Dec 2024 14:59:29 +0100 Subject: [PATCH] console.lua: complete playlist-play-index none --- player/lua/console.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/lua/console.lua b/player/lua/console.lua index bd3c415de3440..c7a7d2af89f4b 100644 --- a/player/lua/console.lua +++ b/player/lua/console.lua @@ -1327,7 +1327,7 @@ end local function command_flags_at_1st_argument_list(command) local flags = { ['playlist-next'] = {'weak', 'force'}, - ['playlist-play-index'] = {'current'}, + ['playlist-play-index'] = {'current', 'none'}, ['playlist-remove'] = {'current'}, ['rescan-external-files'] = {'reselect', 'keep-selection'}, ['revert-seek'] = {'mark', 'mark-permanent'},