mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Change service name back to playdar in web-API.
This commit is contained in:
@@ -86,7 +86,7 @@ public slots:
|
||||
void stat( QxtWebRequestEvent* event )
|
||||
{
|
||||
QVariantMap m;
|
||||
m.insert( "name", "tomahawk" );
|
||||
m.insert( "name", "playdar" );
|
||||
m.insert( "version", "0.1.1" ); // TODO (needs to be >=0.1.1 for JS to work)
|
||||
m.insert( "authenticated", true ); // TODO
|
||||
m.insert( "capabilities", QVariantList() );
|
||||
|
Reference in New Issue
Block a user