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:
parent
4a741e51a8
commit
e0d7b7021b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user