[Play Counts] Fix reporting play counts

Play counts are guaranteed to be reported on the correct track now.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
lastfm
Christopher Snowhill 2022-06-29 23:26:30 -07:00
parent 608483ae60
commit ff56b757e6
1 changed files with 2 additions and 2 deletions

View File

@ -477,8 +477,8 @@
// - the buffer chain for the next playlist entry (started in endOfInputReached) have been working for some time
// already, so that there is some decoded and converted data to play
// - the buffer chain for the next entry is the first item in chainQueue
[self notifyStreamChanged:[bufferChain userInfo]];
previousUserInfo = [bufferChain userInfo];
[self notifyStreamChanged:previousUserInfo];
}
- (BOOL)chainQueueHasTracks {