remove the mention of Opus on wb9688 advise when
ContentNotSupportedException is thrown
This commit is contained in:
parent
9a7c6b7ab0
commit
a20d53dd98
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public class SoundcloudStreamExtractor extends StreamExtractor {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (audioStreams.isEmpty()) {
|
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;
|
return audioStreams;
|
||||||
|
|
Loading…
Reference in a new issue