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 a47bdb3a2b
commit 9cdc1ed857

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