mirror of
https://github.com/yattee/yattee.git
synced 2025-01-08 22:07:10 +00:00
Fix skipping intro (should not happen when changing stream)
This commit is contained in:
parent
ea90f650d8
commit
18d6000976
@ -284,7 +284,8 @@ final class PlayerModel: ObservableObject {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if let segment = self.sponsorBlock.segments.first,
|
if !preservingTime,
|
||||||
|
let segment = self.sponsorBlock.segments.first,
|
||||||
segment.start < 3,
|
segment.start < 3,
|
||||||
self.lastSkipped.isNil
|
self.lastSkipped.isNil
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user