diff --git a/share/completions/mpc.fish b/share/completions/mpc.fish index 99c5f4c31..55857c53d 100644 --- a/share/completions/mpc.fish +++ b/share/completions/mpc.fish @@ -86,7 +86,7 @@ complete -c mpc -n "not __fish_seen_subcommand_from $subcommands" -a current -d # Using '(mpc search filename (commandline -ct))' _might_ be faster for larger libraries complete -c mpc -n "__fish_seen_subcommand_from add insert" -a "(mpc listall)" -complete -c mpc -n "__fish_seen_subcommand_from playlist" -a "(mpc lsplaylists)" +complete -c mpc -n "__fish_seen_subcommand_from playlist load" -a "(mpc lsplaylists)" complete -c mpc -n "__fish_seen_subcommand_from consume random repeat single" -a "on off" complete -c mpc -n "__fish_seen_subcommand_from replaygain" -a "off track album"