mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Safety
This commit is contained in:
@@ -1063,7 +1063,7 @@ TomahawkSettings::setExternalAddressMode( ExternalAddressMode externalAddressMod
|
|||||||
|
|
||||||
bool TomahawkSettings::preferStaticHostPort() const
|
bool TomahawkSettings::preferStaticHostPort() const
|
||||||
{
|
{
|
||||||
return value( "network/prefer-static-host-and-port" ).toBool();
|
return value( "network/prefer-static-host-and-port", false ).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user