We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f5866 commit 7d55a3fCopy full SHA for 7d55a3f
1 file changed
src/output/output_tssrt.cpp
@@ -335,6 +335,13 @@ namespace Mist{
335
return;
336
}
337
338
+ // Reconnect to meta if needed, restart push if needed
339
+ meta.reloadReplacedPagesIfNeeded();
340
+ if (!meta && !allowPush("")){
341
+ onFinish();
342
+ return;
343
+ }
344
+
345
tsIn.initializeMetadata(meta);
346
size_t thisIdx = M.trackIDToIndex(thisPacket.getTrackId(), getpid());
347
if (thisIdx == INVALID_TRACK_ID){return;}
0 commit comments