Refresh segments on config change

This commit is contained in:
Ajay
2022-04-12 10:29:44 -04:00
parent fbbd6de0ff
commit 44421c4b5d

View File

@@ -234,6 +234,9 @@ function contentConfigUpdateListener(changes: StorageChangesObject) {
case "hideDeleteButtonPlayerControls":
updateVisibilityOfPlayerControlsButton()
break;
case "categorySelections":
sponsorsLookup(sponsorVideoID);
break;
}
}
}