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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user