# HG changeset patch # User Paula Stanciu # Date 1218100323 -10800 # Node ID 9e9293b8739222edf9c27e9a377c68882842363f # Parent dc22e3d2e56e247bf4d62c941b96254a37aea456 playing without restart diff -r dc22e3d2e56e -r 9e9293b87392 src/bluetooth/bluetooth.c --- a/src/bluetooth/bluetooth.c Thu Aug 07 12:11:09 2008 +0300 +++ b/src/bluetooth/bluetooth.c Thu Aug 07 12:12:03 2008 +0300 @@ -218,7 +218,9 @@ printf("play callback\n"); close_window(); - show_restart_dialog(); + aud_output_plugin_cleanup(); + audacious_drct_stop(); + audacious_drct_play(); }