armbox: eplayer3 add read-count

This commit is contained in:
redblue-pkt
2019-01-06 23:41:04 +01:00
committed by Thilo Graf
parent 0b92f90ce2
commit 5f71277215
4 changed files with 8 additions and 4 deletions

View File

@@ -791,10 +791,10 @@ bool cPlayback::IsPlaying()
uint64_t cPlayback::GetReadCount()
{
//if (player && player->playback)
//{
// return player->playback->readCount;
//}
if (player && player->playback)
{
return player->playback->readCount;
}
return 0;
}