Closed btc closed 7 years ago
Right now, if the server doesn't send a new Info object, the current one will keep being displayed well after the song has finished playing. This addresses that.
@ojo/android
implemented. i also added a 23 second delay on expiry to take into account the variable stream latency. results so far so good
It expires at
self.startedAt + self.lengthInSeconds
.