mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-11 07:11:41 +02:00
init lastChunk with now
This commit is contained in:
parent
280cd10231
commit
e875555d3c
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ void AlsaPlayer::worker()
|
|||
{
|
||||
snd_pcm_sframes_t pcm;
|
||||
snd_pcm_sframes_t framesDelay;
|
||||
long lastChunkTick = 0;
|
||||
long lastChunkTick = chronos::getTickCount();
|
||||
|
||||
while (active_)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue