Skip to content

Commit 4562b25

Browse files
author
Robert McNamara
committed
Compile fix.
1 parent ca71c80 commit 4562b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythtv/tv_play.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ void TV::GetStatus(void)
13811381
}
13821382

13831383
status.insert("playspeed", ctx->player->GetPlaySpeed());
1384-
status.insert("audiosyncoffset", ctx->player->GetAudioTimecodeOffset());
1384+
status.insert("audiosyncoffset", (long long)ctx->player->GetAudioTimecodeOffset());
13851385
if (ctx->player->GetAudio()->ControlsVolume())
13861386
{
13871387
status.insert("volume", ctx->player->GetVolume());

0 commit comments

Comments
 (0)