From 676c9a220bd462b2f9b254e40ef74bc8ed1a3cc6 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 19 May 2013 20:31:57 +0300 Subject: [PATCH] tests: playlist_soundcloud: Update URL Signed-off-by: Toni Gundogdu --- tests/playlist/playlist_soundcloud.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/playlist/playlist_soundcloud.c b/tests/playlist/playlist_soundcloud.c index 0f2a8a0..a1cd45c 100644 --- a/tests/playlist/playlist_soundcloud.c +++ b/tests/playlist/playlist_soundcloud.c @@ -27,10 +27,10 @@ #include "tests.h" static const gchar URL[] = - "http://soundcloud.com/thelittleidiot/sets/destroyed/"; + "http://soundcloud.com/volt-icarus2-otherupload/sets/bgm/"; static const gchar ID[] = - "thelittleidiot_destroyed"; + "volt-icarus2-otherupload_bgm"; static void test_playlist_soundcloud() { -- 2.11.4.GIT