diff src/streambrowser/streambrowser.c @ 2810:b1e4929e0990

fixed temporary files deletion
author Calin Crisan ccrisan@gmail.com
date Sat, 12 Jul 2008 13:47:22 +0300
parents 895d43620019
children 7977bdc02664
line wrap: on
line diff
--- a/src/streambrowser/streambrowser.c	Sat Jul 12 13:43:41 2008 +0300
+++ b/src/streambrowser/streambrowser.c	Sat Jul 12 13:47:22 2008 +0300
@@ -390,7 +390,7 @@
     }
     debug("stream playlist '%s' successfuly downloaded to '%s'\n", streaminfo->playlist_url, PLAYLIST_TEMP_FILE);
 
-   	aud_playlist_add_url(aud_playlist_get_active(), PLAYLIST_TEMP_FILE);
+   	aud_playlist_add(aud_playlist_get_active(), PLAYLIST_TEMP_FILE);
 }
 
 static void on_plugin_services_menu_item_click()