1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 11:19:18 +01:00

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

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) {