Skip to content

Commit ffb0989

Browse files
committed
Fix wrong has_audio_problems descriptor original name
1 parent a94ea27 commit ffb0989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

freesound/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
{
10321032
"name": "has_audio_problems",
10331033
"analyzer": "fs-essentia-problem-detection_v1",
1034-
"original_name": "has_audio_problems",
1034+
"original_name": "error",
10351035
"type": AUDIO_DESCRIPTOR_TYPE_BOOL,
10361036
},
10371037
{

0 commit comments

Comments
 (0)