mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Fixed Servent not emitting ready() if it's not meant to setup UPNP.
This commit is contained in:
@@ -102,6 +102,10 @@ Servent::startListening( QHostAddress ha, bool upnp, int port )
|
||||
connect( m_portfwd, SIGNAL( externalAddressDetected( QHostAddress, unsigned int ) ),
|
||||
SLOT( setExternalAddress( QHostAddress, unsigned int ) ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
emit ready();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user