From 418a9c9c4c915cca3d0c4cbd33926e69e5039c76 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Jun 2012 21:59:02 -0400 Subject: [PATCH] handle playlist seeking --- .bin/vlc-rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/vlc-rc b/.bin/vlc-rc index 1b9e856..60493bf 100755 --- a/.bin/vlc-rc +++ b/.bin/vlc-rc @@ -26,7 +26,7 @@ case $1 in f|fullscreen) send f $2 ;; -pause|quit) +pause|quit|next|prev) send $1 ;; vol) -- 2.39.5