fix(YouTube - SponsorBlock): Update categories after import JSON import

This commit is contained in:
LisoUseInAIKyrios 2024-01-02 19:22:44 +04:00
parent bedcef89a5
commit 211f9542e8

View File

@ -130,6 +130,7 @@ public enum SegmentCategory {
for (SegmentCategory category : values()) {
category.loadFromSettings();
}
updateEnabledCategories();
}
@NonNull