mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-13 05:37:38 +02:00
remove wrong calc
This commit is contained in:
@ -177,7 +177,7 @@ public class SponsorBlockSettings {
|
||||
MUSIC_OFFTOPIC,
|
||||
PREVIEW
|
||||
};
|
||||
private static final Map<String, SegmentInfo> mValuesMap = new HashMap<>(values().length + 1);
|
||||
private static final Map<String, SegmentInfo> mValuesMap = new HashMap<>(values().length);
|
||||
|
||||
static {
|
||||
for (SegmentInfo value : valuesWithoutUnsubmitted())
|
||||
|
Reference in New Issue
Block a user