Have MistInTS set the BootMsOffset correctly for live inputs
This commit is contained in:
parent
2ffd320316
commit
aa77d86df1
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ void parseThread(void *mistIn){
|
|||
}
|
||||
}
|
||||
lastTimeStamp = adjustTime;
|
||||
if (!meta.getBootMsOffset()){meta.setBootMsOffset(Util::bootMS() - adjustTime);}
|
||||
{
|
||||
tthread::lock_guard<tthread::mutex> guard(threadClaimMutex);
|
||||
//If the main thread's local metadata doesn't have this track yet, reload metadata
|
||||
|
|
Loading…
Add table
Reference in a new issue