Mercurial > audlegacy-plugins
diff src/madplug/plugin.c @ 977:bdf6ccf7bf53 trunk
[svn] Fixed the embarassing situation i was in (writing a plugin and not being able to see/hear it work).
Now lastfm plays for all of us mortals, not only those who have a lastfm subscription.
nenolod is not the one and only any more :p
| author | majeru |
|---|---|
| date | Mon, 23 Apr 2007 14:24:01 -0700 |
| parents | 7e14701aef54 |
| children | 34b998b6e3b2 |
line wrap: on
line diff
--- a/src/madplug/plugin.c Sun Apr 22 17:23:29 2007 -0700 +++ b/src/madplug/plugin.c Mon Apr 23 14:24:01 2007 -0700 @@ -455,7 +455,11 @@ if (rtn == FALSE) { g_message("error reading input info"); - return; + /* + * return; + * commenting this return seems to be a hacky fix for the damn lastfm plugin playback + * that used to work only for nenolod because of his fsck-ing lastfm subscription :p + */ } g_mutex_lock(pb_mutex); info.playback = playback;
