mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-05 00:22:31 +02:00
* Make sure IPv4 PlaydarAPI works on Windows with Qt4.
This commit is contained in:
parent
370dc5f2a6
commit
71f51c41b6
@ -481,11 +481,7 @@ TomahawkApp::initHTTP()
|
||||
}
|
||||
if ( TomahawkSettings::instance()->httpBindAll() )
|
||||
{
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
|
||||
playdarApi = new PlaydarApi( QHostAddress::Any, 60210, 60211, this ); // TODO Auth
|
||||
#else
|
||||
playdarApi = new PlaydarApi( QHostAddress::AnyIPv6, 60210, 60211, this ); // TODO Auth
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user