remove unnecessary class ref

This commit is contained in:
caneleex 2021-07-28 13:31:27 +02:00
parent 115586b2fb
commit 7c7bfb4fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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 "";
}