We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c934d4 commit c5962c9Copy full SHA for c5962c9
pkg/connector/capabilities.go
@@ -71,7 +71,6 @@ var imageMimes = map[string]event.CapabilitySupportLevel{
71
var audioMimes = map[string]event.CapabilitySupportLevel{
72
"audio/aac": event.CapLevelFullySupported,
73
"audio/amr": event.CapLevelFullySupported,
74
- "audio/mp3": event.CapLevelFullySupported,
75
"audio/mpeg": event.CapLevelFullySupported,
76
"audio/mp4": event.CapLevelFullySupported,
77
"audio/mp4-latm": event.CapLevelFullySupported,
0 commit comments