Skip to content

Commit

Permalink
[AirPlay] - fixed typo in getting the airplay volume control setting …
Browse files Browse the repository at this point in the history
…- thx to ulion for pointing it out
  • Loading branch information
Memphiz committed Aug 15, 2013
1 parent febebb7 commit ad5e4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/network/AirTunesServer.cpp
Expand Up @@ -315,7 +315,7 @@ void CAirTunesServer::AudioOutputFunctions::ao_set_volume(float volume)
#ifdef HAS_AIRPLAY #ifdef HAS_AIRPLAY
CAirPlayServer::backupVolume(); CAirPlayServer::backupVolume();
#endif #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 g_application.SetVolume(volPercent, false);//non-percent volume 0.0-1.0
} }


Expand Down

0 comments on commit ad5e4ab

Please sign in to comment.