Minor SponsorBlock fix

This commit is contained in:
Arkadiusz Fal
2022-06-07 23:23:18 +02:00
parent 0ed48bb5f9
commit ef26f96f66
2 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ final class MPVBackend: PlayerBackend {
if !preservingTime,
let segment = self.model.sponsorBlock.segments.first,
segment.start > 4,
segment.end < 4,
self.model.lastSkipped.isNil
{
self.seek(to: segment.endTime) { finished in