changeset 1324:f7b7dfaf1e33

Fix streaming.
author William Pitcock <nenolod@atheme-project.org>
date Sat, 21 Jul 2007 10:26:23 -0500
parents 50c8594c8836
children a33da9237bed e991d29a9c9a
files src/madplug/plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/madplug/plugin.c	Sat Jul 21 10:24:22 2007 -0500
+++ b/src/madplug/plugin.c	Sat Jul 21 10:26:23 2007 -0500
@@ -614,7 +614,7 @@
 #endif
 
     if(info.remote && mad_timer_count(info.duration, MAD_UNITS_SECONDS) <= 0){
-        if(info.playback && info.playback->playing) {
+        if(fd || (info.playback && info.playback->playing)) {
             gchar *tmp = NULL;
             tuple = bmp_title_input_new();
 #ifdef DEBUG