Commit 6f8a319d authored by Antoine Cellerier's avatar Antoine Cellerier

rpn magic to remove slashes from the playlist item's name

parent dc05f4b5
......@@ -31,10 +31,10 @@
<!-- input commands -->
<vlc id="if" param1="command value 'in_play' strcmp 0 =" />
<vlc id="rpn" param1="input value dup playlist_add vlc_play" />
<vlc id="rpn" param1="input value dup stripslashes playlist_add vlc_play" />
<vlc id="end" />
<vlc id="if" param1="command value 'in_enqueue' strcmp 0 =" />
<vlc id="rpn" param1="input value dup playlist_add" />
<vlc id="rpn" param1="input value dup stripslashes playlist_add" />
<vlc id="end" />
<!-- playlist commands -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment