@@ -546,7 +546,7 @@ export default {
if (res.length !== 0) {
if (res[0].endsWith("webm")) {
this.streamingType = true
- } else if (resp[0].endsWith("opus")) {
+ } else if (res[0].endsWith("opus")) {
this.streamingType = false
}