Skip to content

Commit

Permalink
video-config-view: Await for clearing action to refresh button state
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Feb 22, 2024
1 parent d5b080b commit 14d07a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ConfigurationVideoView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const downloadAndUpdateDB = async (filenames: string[]): Promise<void> => {
}
const clearTemporaryVideoFiles = async (): Promise<void> => {
videoStore.clearTemporaryVideoDB()
await videoStore.clearTemporaryVideoDB()
await fetchTemporaryDbSize()
}
</script>

0 comments on commit 14d07a1

Please sign in to comment.