fix(player): fix first 8 byte checker

This commit is contained in:
nick-delirium 2023-05-09 14:43:26 +02:00 committed by Shekar Siri
parent a7d479076b
commit 51719cbd12

View file

@ -89,7 +89,7 @@ export default class MFileReader extends RawMessageReader {
this.currentTime = rMsg.timestamp - this.startTime
return this.readNext()
}
console.log(rMsg)
const index = this.noIndexes ? 0 : this.getLastMessageID()
const msg = Object.assign(rewriteMessage(rMsg), {
time: this.currentTime,