mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-14 23:47:04 +03:00
Formatting changes
This commit is contained in:
@@ -1589,7 +1589,7 @@ function getLatestEndTimeIndex(sponsorTimes: SponsorTime[], index: number, hideH
|
|||||||
return index;
|
return index;
|
||||||
}
|
}
|
||||||
|
|
||||||
let latestEndTimeIndex;
|
let latestEndTimeIndex = -1;
|
||||||
// Default to looped chapter if its end would have been skipped
|
// Default to looped chapter if its end would have been skipped
|
||||||
if (loopedChapter
|
if (loopedChapter
|
||||||
&& (loopedChapter.segment[0] > sponsorTimes[index].segment[0]
|
&& (loopedChapter.segment[0] > sponsorTimes[index].segment[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user