mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
doc: changelog
This commit is contained in:
@@ -97,7 +97,7 @@ def is_audio_conversion_required(file_path):
|
||||
return True
|
||||
|
||||
# If the codec name is in the supported formats
|
||||
if (codec_name in SUPPORTED_FORMATS):
|
||||
if codec_name in SUPPORTED_FORMATS:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user