FIX: Correction of mimetypes string

Removed " , * for all) " from mimetype help string.

If mimetypes is set as * any file is tried to transcribe.
This commit is contained in:
_00_ 2025-07-18 12:54:08 +02:00 committed by GitHub
parent a395abd5d7
commit f08f6ac171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,7 +201,7 @@
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden" class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
bind:value={STT_SUPPORTED_CONTENT_TYPES} bind:value={STT_SUPPORTED_CONTENT_TYPES}
placeholder={$i18n.t( placeholder={$i18n.t(
'e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults, * for all)' 'e.g., audio/wav,audio/mpeg,video/* (leave blank for defaults)'
)} )}
/> />
</div> </div>