mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-03-13 15:20:26 +08:00
SponsorBlock: Ignore short segments: 5 sec default
This commit is contained in:
@@ -256,7 +256,7 @@ public class SponsorBlockData {
|
||||
mIsDontSkipSegmentAgainEnabled = Helpers.parseBoolean(split, 8, false);
|
||||
String excludedChannels = Helpers.parseStr(split, 9);
|
||||
mIsPaidContentNotificationEnabled = Helpers.parseBoolean(split, 10, false);
|
||||
mIgnoredDurationMs = Helpers.parseLong(split, 11, 10_000);
|
||||
mIgnoredDurationMs = Helpers.parseLong(split, 11, 5_000);
|
||||
|
||||
if (colorCategories != null) {
|
||||
String[] categoriesArr = Helpers.splitArray(colorCategories);
|
||||
|
||||
Reference in New Issue
Block a user