aboutsummaryrefslogtreecommitdiff
path: root/playlist.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.tcl')
-rw-r--r--playlist.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/playlist.tcl b/playlist.tcl
index 5a22a05..a4ce6b5 100644
--- a/playlist.tcl
+++ b/playlist.tcl
@@ -32,13 +32,13 @@ proc playlist_apply {id} {
[eval concat $$var_graph_secolor] \
\;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc playlist_cancel {id} {
set cmd [concat $id cancel \;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc playlist_ok {id} {