Skip to content

Commit

Permalink
console.lua: complete playlist-play-index none
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella authored and kasper93 committed Jan 4, 2025
1 parent 6f8d8a3 commit 2dcf696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/lua/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 2dcf696

Please sign in to comment.