blob: 644e2273eff254d148848684a3c9efd3f6de4b08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -uar streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c
--- streamtuner-0.99.99-orig/src/plugins/shoutcast/shoutcast.c 2008-09-12 18:04:00.229785732 -0400
+++ streamtuner-0.99.99-patched/src/plugins/shoutcast/shoutcast.c 2008-09-12 18:05:56.716440720 -0400
@@ -37,7 +37,7 @@
/*** cpp *********************************************************************/
-#define SHOUTCAST_ROOT "http://www.shoutcast.com/"
+#define SHOUTCAST_ROOT "http://classic.shoutcast.com/"
#define MAX_STREAMS_PER_PAGE 100 /* enforced by SHOUTcast */
|