Mercurial > audlegacy-plugins
diff src/madplug/plugin.c @ 761:7ffb93bce2d2 trunk
[svn] - support id3 reading of static files
| author | nenolod |
|---|---|
| date | Wed, 28 Feb 2007 21:02:06 -0800 |
| parents | 6ea974a229a8 |
| children | 59b4bce10c3b |
line wrap: on
line diff
--- a/src/madplug/plugin.c Wed Feb 28 19:48:28 2007 -0800 +++ b/src/madplug/plugin.c Wed Feb 28 21:02:06 2007 -0800 @@ -497,7 +497,7 @@ string = NULL; #endif - if(info.remote){ + if(info.remote && info.size == 0){ if(info.playback && info.playback->playing) { tuple = bmp_title_input_new(); #ifdef DEBUG
