diff --git a/xbmc/network/AirTunesServer.cpp b/xbmc/network/AirTunesServer.cpp index b2eaaaf7d94e8..a02df7547708f 100644 --- a/xbmc/network/AirTunesServer.cpp +++ b/xbmc/network/AirTunesServer.cpp @@ -315,7 +315,7 @@ void CAirTunesServer::AudioOutputFunctions::ao_set_volume(float volume) #ifdef HAS_AIRPLAY CAirPlayServer::backupVolume(); #endif - if (CSettings::Get().GetString("services.airplayvolumecontrol")) + if (CSettings::Get().GetBool("services.airplayvolumecontrol")) g_application.SetVolume(volPercent, false);//non-percent volume 0.0-1.0 }