[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
parent
608483ae60
commit
ff56b757e6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue