diff src/console/Audacious_Driver.cxx @ 363:958855dae693 trunk

[svn] - fix other plugins dependant on the playlist framework
author nenolod
date Mon, 11 Dec 2006 05:19:44 -0800
parents 92848bda520d
children 899e285f4be5
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx	Mon Dec 11 05:15:01 2006 -0800
+++ b/src/console/Audacious_Driver.cxx	Mon Dec 11 05:19:44 2006 -0800
@@ -419,7 +419,7 @@
 					gchar _buf[path_max];
 					g_snprintf(_buf, path_max, "%s?%d", fh.path, i);
 
-					playlist_add_url(_buf);
+					playlist_add_url(playlist_get_active(), _buf);
 				}
 				result = -1;
 			}