mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
Fix playdar startup.
This commit is contained in:
@@ -40,7 +40,7 @@ void
|
|||||||
PlaydarApi::start()
|
PlaydarApi::start()
|
||||||
{
|
{
|
||||||
Q_D( PlaydarApi );
|
Q_D( PlaydarApi );
|
||||||
if ( d->session.isNull() )
|
if ( !d->session.isNull() )
|
||||||
{
|
{
|
||||||
tLog() << "HTTPd session already exists, returning";
|
tLog() << "HTTPd session already exists, returning";
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user