mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +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 )
|
void stat( QxtWebRequestEvent* event )
|
||||||
{
|
{
|
||||||
QVariantMap m;
|
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( "version", "0.1.1" ); // TODO (needs to be >=0.1.1 for JS to work)
|
||||||
m.insert( "authenticated", true ); // TODO
|
m.insert( "authenticated", true ); // TODO
|
||||||
m.insert( "capabilities", QVariantList() );
|
m.insert( "capabilities", QVariantList() );
|
||||||
|
Reference in New Issue
Block a user