add format convert support
This commit is contained in:
@@ -15,7 +15,8 @@ export const useAnalysisStore = defineStore('analysis', () => {
|
||||
const options = ref({
|
||||
is_audio_only: false,
|
||||
quality: 'best',
|
||||
output_path: ''
|
||||
output_path: '',
|
||||
output_format: 'original'
|
||||
})
|
||||
|
||||
function toggleEntry(id: string) {
|
||||
|
||||
Reference in New Issue
Block a user