1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

Fix playdar startup.

This commit is contained in:
Uwe L. Korn
2013-08-26 12:22:37 +02:00
parent 3673eecd1b
commit aee2e7372d

View File

@@ -40,7 +40,7 @@ void
PlaydarApi::start()
{
Q_D( PlaydarApi );
if ( d->session.isNull() )
if ( !d->session.isNull() )
{
tLog() << "HTTPd session already exists, returning";
return;