remove wrong calc

This commit is contained in:
caneleex 2021-07-19 22:01:51 +02:00
parent c5a62565f0
commit bfa7d57d82
1 changed files with 1 additions and 1 deletions

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