remove wrong calc

This commit is contained in:
caneleex 2021-07-19 22:01:51 +02:00
parent 70a1d2db5c
commit 97d10e60f5

View File

@ -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())