mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Fix #162
This commit is contained in:
@@ -51,7 +51,7 @@ extension PlayerModel {
|
||||
guard isPlaying,
|
||||
!restoredSegments.contains(segment),
|
||||
Defaults[.sponsorBlockCategories].contains(segment.category),
|
||||
segment.end < 4
|
||||
segment.end > 4
|
||||
else {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user