fix a bug where the Skip count tracking option wouldn't change

This commit is contained in:
caneleex 2021-04-07 09:35:59 +02:00
parent ea9103ac3a
commit 1fe85c0c0b

View File

@ -122,6 +122,7 @@ public class SponsorBlockSettings {
if (tmp1 != null)
adjustNewSegmentMillis = Integer.parseInt(tmp1);
countSkips = preferences.getBoolean(PREFERENCES_KEY_COUNT_SKIPS, countSkips);
uuid = preferences.getString(PREFERENCES_KEY_UUID, null);
if (uuid == null) {