mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-13 19:16:51 +01:00
remove wrong calc
This commit is contained in:
parent
70a1d2db5c
commit
97d10e60f5
@ -177,7 +177,7 @@ public class SponsorBlockSettings {
|
|||||||
MUSIC_OFFTOPIC,
|
MUSIC_OFFTOPIC,
|
||||||
PREVIEW
|
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 {
|
static {
|
||||||
for (SegmentInfo value : valuesWithoutUnsubmitted())
|
for (SegmentInfo value : valuesWithoutUnsubmitted())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user