Mercurial > audlegacy-plugins
changeset 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 | c1bda49a5039 |
children | 3513bc2fd738 |
files | ChangeLog src/madplug/plugin.c |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Apr 22 17:23:29 2007 -0700 +++ b/ChangeLog Mon Apr 23 14:24:01 2007 -0700 @@ -1,3 +1,11 @@ +2007-04-23 00:23:29 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2092] + - fix indentation + + trunk/src/lastfm/lastfm.c | 144 +++++++++++++++++++++++----------------------- + 1 file changed, 73 insertions(+), 71 deletions(-) + + 2007-04-22 21:51:16 +0000 Tony Vroon <chainsaw@gentoo.org> revision [2090] New release by majeru.
--- 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;