We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bef566 commit 0307183Copy full SHA for 0307183
mythtv/libs/libmythtv/tv_play.cpp
@@ -7770,7 +7770,7 @@ void TV::ChangeVolume(PlayerContext *ctx, bool up)
7770
{
7771
ctx->LockDeletePlayer(__FILE__, __LINE__);
7772
if (!ctx->player ||
7773
- ctx->player && !ctx->player->PlayerControlsVolume())
+ (ctx->player && !ctx->player->PlayerControlsVolume()))
7774
7775
ctx->UnlockDeletePlayer(__FILE__, __LINE__);
7776
return;
0 commit comments