mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 10:35:49 +01:00
fix(YouTube - SponsorBlock): Update categories after import JSON import
This commit is contained in:
parent
bedcef89a5
commit
211f9542e8
@ -130,6 +130,7 @@ public enum SegmentCategory {
|
|||||||
for (SegmentCategory category : values()) {
|
for (SegmentCategory category : values()) {
|
||||||
category.loadFromSettings();
|
category.loadFromSettings();
|
||||||
}
|
}
|
||||||
|
updateEnabledCategories();
|
||||||
}
|
}
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
|
Loading…
Reference in New Issue
Block a user