Skip to content

Commit

Permalink
Fixed minor issue where "LIVE" text did not get removed when beginnin…
Browse files Browse the repository at this point in the history
…g to seek on the timeline.
  • Loading branch information
bp2008 committed Nov 21, 2022
1 parent 5f61d5e commit dd84d10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui3/ui3.js
Original file line number Diff line number Diff line change
Expand Up @@ -6846,6 +6846,8 @@ function ClipTimeline()
var uniqueId = loadingImg.uniqueId;
var startTime = performance.now();
this.seekPreviewLoading = true;
videoPlayer.Loading().image.isLive = false;
videoPlayer.Loading().image.timelineStart = Math.floor(requestMs);

videoOverlayHelper.ShowLoadingOverlay(true, true);
DownloadToDataUri(seekImgUrl)
Expand Down

0 comments on commit dd84d10

Please sign in to comment.