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 ca71c80 commit 4562b25Copy full SHA for 4562b25
mythtv/libs/libmythtv/tv_play.cpp
@@ -1381,7 +1381,7 @@ void TV::GetStatus(void)
1381
}
1382
1383
status.insert("playspeed", ctx->player->GetPlaySpeed());
1384
- status.insert("audiosyncoffset", ctx->player->GetAudioTimecodeOffset());
+ status.insert("audiosyncoffset", (long long)ctx->player->GetAudioTimecodeOffset());
1385
if (ctx->player->GetAudio()->ControlsVolume())
1386
{
1387
status.insert("volume", ctx->player->GetVolume());
0 commit comments