mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-19 05:36:51 +01:00
fix(YouTube - SponsorBlock): Update categories after import JSON import
This commit is contained in:
parent
97a84a3bf0
commit
73d299086d
@ -130,6 +130,7 @@ public enum SegmentCategory {
|
|||||||
for (SegmentCategory category : values()) {
|
for (SegmentCategory category : values()) {
|
||||||
category.loadFromSettings();
|
category.loadFromSettings();
|
||||||
}
|
}
|
||||||
|
updateEnabledCategories();
|
||||||
}
|
}
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user