mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-03 17:22:54 +01:00
remove unnecessary class ref
This commit is contained in:
parent
bfcd548d80
commit
eceea24b70
@ -409,7 +409,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