mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Load only user selected SponsorBlock categories
This commit is contained in:
@@ -121,7 +121,7 @@ final class PlayerModel: ObservableObject {
|
||||
preservingTime: Bool = false
|
||||
) {
|
||||
resetSegments()
|
||||
sponsorBlock.loadSegments(videoID: video.videoID)
|
||||
sponsorBlock.loadSegments(videoID: video.videoID, categories: Defaults[.sponsorBlockCategories])
|
||||
|
||||
if let url = stream.singleAssetURL {
|
||||
logger.info("playing stream with one asset\(stream.kind == .hls ? " (HLS)" : ""): \(url)")
|
||||
|
Reference in New Issue
Block a user