remove the mention of Opus on wb9688 advise when
ContentNotSupportedException is thrown
This commit is contained in:
parent
9a7c6b7ab0
commit
a20d53dd98
|
@ -198,7 +198,7 @@ public class SoundcloudStreamExtractor extends StreamExtractor {
|
|||
}
|
||||
|
||||
if (audioStreams.isEmpty()) {
|
||||
throw new ContentNotSupportedException("HLS audio streams / opus streams are not yet supported");
|
||||
throw new ContentNotSupportedException("HLS audio streams are not yet supported");
|
||||
}
|
||||
|
||||
return audioStreams;
|
||||
|
|
Loading…
Reference in New Issue