We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c4015 commit 145adcfCopy full SHA for 145adcf
app/src/main/java/com/github/libretube/services/OnlinePlayerService.kt
@@ -241,7 +241,7 @@ open class OnlinePlayerService : AbstractPlayerService() {
241
sponsorBlockConfig
242
) ?: return
243
244
- if (sbSkipOption in arrayOf(SbSkipOptions.AUTOMATIC, SbSkipOptions.AUTOMATIC_ONCE)) {
+ if (sbSkipOption in arrayOf(SbSkipOptions.AUTOMATIC, SbSkipOptions.AUTOMATIC_ONCE) && sponsorBlockAutoSkip) {
245
exoPlayer?.seekTo(currentSegment.segmentStartAndEnd.second.toLong() * 1000)
246
currentSegment.skipped = true
247
0 commit comments