fix ffmpeg update status

This commit is contained in:
Julian Freeman
2025-12-08 18:49:14 -04:00
parent 8ae5f4f66c
commit dde9ed7718
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export const useSettingsStore = defineStore('settings', () => {
const ytdlpVersion = ref('Checking...')
const quickjsVersion = ref('Checking...')
const ffmpegVersion = ref('Checking...')
const ffmpegVersion = ref('Checking...')
const isInitializing = ref(true)
async function loadSettings() {