diff src/mtp_up/mtp.c @ 2057:cf4fa45ffd80

playlist API vtabling
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 23:09:40 -0500
parents fa9f85cebade
children cf20f1bd2f1e
line wrap: on
line diff
--- a/src/mtp_up/mtp.c	Sat Oct 13 21:06:30 2007 -0500
+++ b/src/mtp_up/mtp.c	Sat Oct 13 23:09:40 2007 -0500
@@ -107,7 +107,7 @@
     Tuple *tuple;
     GList *node=NULL,*up_list=NULL;
     PlaylistEntry *entry;
-    Playlist *current_play = playlist_get_active();
+    Playlist *current_play = aud_playlist_get_active();
 
     node = current_play->entries;
     PLAYLIST_LOCK(current_play);            /*needed so that the user doesn't modify the selection*/