mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-03 01:02:55 +01:00
Merge branch 'master' into feature/configurable-colors
This commit is contained in:
commit
70d477adbf
@ -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…
Reference in New Issue
Block a user