diff --git a/frontend/app/player/Player.ts b/frontend/app/player/Player.ts index db1a20dde..870c5046e 100644 --- a/frontend/app/player/Player.ts +++ b/frontend/app/player/Player.ts @@ -93,7 +93,7 @@ export default class Player extends MessageDistributor { let time = prevTime + diffTime; - const skipInterval = skip && skipIntervals.find((si: Node) => si.contains(time)); // TODO: good skip by messages + const skipInterval = !live && skip && skipIntervals.find((si: Node) => si.contains(time)); // TODO: good skip by messages if (skipInterval) time = skipInterval.end; const fmt = super.getFirstMessageTime(); diff --git a/tracker/tracker-assist/layout/index.html b/tracker/tracker-assist/layout/index.html index e541fc1e3..ef87c6b06 100644 --- a/tracker/tracker-assist/layout/index.html +++ b/tracker/tracker-assist/layout/index.html @@ -350,11 +350,11 @@ } - + - - -
+ + +