# HG changeset patch # User Calin Crisan ccrisan@gmail.com # Date 1215858474 -10800 # Node ID 895d436200199f12a5889233655e9fe5f6492f76 # Parent 11fb1503ee4babbf8d020f0f106b542abcfdf680 shoutcast.xml - i don't know how this file got here diff -r 11fb1503ee4b -r 895d43620019 src/streambrowser/shoutcast.xml --- a/src/streambrowser/shoutcast.xml Sat Jul 12 00:27:39 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff -r 11fb1503ee4b -r 895d43620019 src/streambrowser/streambrowser.c --- a/src/streambrowser/streambrowser.c Sat Jul 12 00:27:39 2008 +0300 +++ b/src/streambrowser/streambrowser.c Sat Jul 12 13:27:54 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_url(aud_playlist_get_active(), PLAYLIST_TEMP_FILE); } static void on_plugin_services_menu_item_click()