remove the mention of Opus on wb9688 advise when

ContentNotSupportedException is thrown
This commit is contained in:
bopol 2020-04-08 15:30:39 +02:00
parent 9a7c6b7ab0
commit a20d53dd98
1 changed files with 1 additions and 1 deletions

View File

@ -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;