mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-13 16:16:50 +01:00
Merge branch 'master' into feature/configurable-colors
This commit is contained in:
commit
d0dc3047ef
@ -447,7 +447,7 @@ public abstract class SponsorBlockUtils {
|
||||
}
|
||||
|
||||
public static String getTimeWithoutSegments(SponsorSegment[] sponsorSegmentsOfCurrentVideo) {
|
||||
long currentVideoLength = PlayerController.getCurrentVideoLength();
|
||||
long currentVideoLength = getCurrentVideoLength();
|
||||
if (!isSettingEnabled(showTimeWithoutSegments) || sponsorSegmentsOfCurrentVideo == null || currentVideoLength == 1) {
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user