mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-06-13 05:37:38 +02:00
fix(YouTube - SponsorBlock): Update categories after import JSON import
This commit is contained in:
@ -130,6 +130,7 @@ public enum SegmentCategory {
|
||||
for (SegmentCategory category : values()) {
|
||||
category.loadFromSettings();
|
||||
}
|
||||
updateEnabledCategories();
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
Reference in New Issue
Block a user