diff --git a/src/input/input_ts.cpp b/src/input/input_ts.cpp index 1ca762b6..f29582df 100644 --- a/src/input/input_ts.cpp +++ b/src/input/input_ts.cpp @@ -117,6 +117,7 @@ void parseThread(void *mistIn){ } } lastTimeStamp = adjustTime; + if (!meta.getBootMsOffset()){meta.setBootMsOffset(Util::bootMS() - adjustTime);} { tthread::lock_guard guard(threadClaimMutex); //If the main thread's local metadata doesn't have this track yet, reload metadata