aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/options/UnsubmittedVideoListItem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/options/UnsubmittedVideoListItem.tsx')
-rw-r--r--src/components/options/UnsubmittedVideoListItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/options/UnsubmittedVideoListItem.tsx b/src/components/options/UnsubmittedVideoListItem.tsx
index 8ff92911..bc8ca28c 100644
--- a/src/components/options/UnsubmittedVideoListItem.tsx
+++ b/src/components/options/UnsubmittedVideoListItem.tsx
@@ -70,7 +70,7 @@ class UnsubmittedVideoListItem extends React.Component<UnsubmittedVideosListItem
clearSegments(): void {
if (confirm(chrome.i18n.getMessage("clearThis"))) {
delete Config.local.unsubmittedSegments[this.props.videoID];
- Config.forceSyncUpdate("unsubmittedSegments");
+ Config.forceLocalUpdate("unsubmittedSegments");
}
}