Change the rain URL to one on clementine-player.org so we can redirect if the actual URL changes

This commit is contained in:
David Sansome 2010-06-18 13:35:17 +00:00
parent 4a741e51a8
commit e0d7b7021b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
using boost::shared_ptr;
const char* Player::kRainUrl = "http://s315939866.onlinehome.us/rainymood30a.mp3";
const char* Player::kRainUrl = "http://data.clementine-player.org/rainymood";
#ifdef Q_WS_X11
QDBusArgument& operator<< (QDBusArgument& arg, const DBusStatus& status) {