1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

* Don't use stage.toma.hk for the release.

This commit is contained in:
Christian Muehlhaeuser 2012-06-20 13:26:45 +02:00
parent 11d4c38386
commit 3f0cb9baf6

View File

@ -1383,7 +1383,7 @@ GlobalActionManager::openRdioLink( const QString& link )
QString
GlobalActionManager::hostname() const
{
return QString( "http://stage.toma.hk" );
return QString( "http://toma.hk" );
}