diff src/scrobbler/plugin.c @ 2057:cf4fa45ffd80

playlist API vtabling
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 23:09:40 -0500
parents 2ffc6a69fcd1
children 0803fba87da8
line wrap: on
line diff
--- a/src/scrobbler/plugin.c	Sat Oct 13 21:06:30 2007 -0500
+++ b/src/scrobbler/plugin.c	Sat Oct 13 23:09:40 2007 -0500
@@ -234,8 +234,8 @@
 
 			pdebug("Submitting song.", DEBUG);
 
-			playlist = playlist_get_active();
-			tuple = playlist_get_tuple(playlist, playlist_get_position(playlist));
+			playlist = aud_playlist_get_active();
+			tuple = aud_playlist_get_tuple(playlist, aud_playlist_get_position(playlist));
 
 			if (tuple == NULL)
 				continue;