Merge pull request #20 from caneleex/fix/countSkips

fix a bug where the Skip count tracking option wouldn't change
This commit is contained in:
KevinX8 2021-04-13 14:50:50 +01:00 committed by GitHub
commit e226252fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {