fix ffmpeg update status
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user