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 c6930e68b5
commit 9787e8e4c2
1 changed files with 1 additions and 0 deletions

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