Skip to content

Commit

Permalink
Force clear video id and sponsor segments when a new video is started
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n3436 committed Nov 7, 2023
1 parent 43c889f commit 3065c37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public static void initialize() {
lastKnownVideoTime = 0;
SkipSegmentView.hide();
NewSegmentHelperLayout.hide();
setCurrentVideoId(null);
}

public static void executeDownloadSegments(String videoId) {
Expand Down

0 comments on commit 3065c37

Please # to comment.