# HG changeset patch # User majeru # Date 1177363441 25200 # Node ID bdf6ccf7bf533920a1a6db8fc9e5b6efb4ff659d # Parent c1bda49a50398c63717c4a1304fd882c9aac7bf0 [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 diff -r c1bda49a5039 -r bdf6ccf7bf53 ChangeLog --- 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 + 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 revision [2090] New release by majeru. diff -r c1bda49a5039 -r bdf6ccf7bf53 src/madplug/plugin.c --- 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;