Mercurial > audlegacy-plugins
diff src/scrobbler/plugin.c @ 363:958855dae693 trunk
[svn] - fix other plugins dependant on the playlist framework
| author | nenolod |
|---|---|
| date | Mon, 11 Dec 2006 05:19:44 -0800 |
| parents | 1bd205b6e83d |
| children | 50347c06ec68 |
line wrap: on
line diff
--- a/src/scrobbler/plugin.c Mon Dec 11 05:15:01 2006 -0800 +++ b/src/scrobbler/plugin.c Mon Dec 11 05:19:44 2006 -0800 @@ -477,7 +477,7 @@ pdebug("Submitting song.", DEBUG); - tuple = playlist_get_tuple(dosubmit.pos_c); + tuple = playlist_get_tuple(playlist_get_active(), dosubmit.pos_c); if (ishttp(tuple->file_name)) continue;
