1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-15 05:22:35 +02:00

* Change service name back to playdar in web-API.

This commit is contained in:
Christian Muehlhaeuser 2010-10-23 10:15:52 +02:00
parent bf43dadac9
commit cd118208e8

View File

@ -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() );