Update TVBus.java

pull/586/head
FongMi 2 years ago
parent 3aed2aeace
commit acc6f03a2e
  1. 2
      app/src/main/java/com/fongmi/android/tv/player/extractor/TVBus.java

@ -42,7 +42,7 @@ public class TVBus implements Source.Extractor, Listener {
}
private void onCheck() throws Exception {
if (hls.startsWith("-")) throw new ExtractException("Error Code : " + hls);
if (hls.startsWith("-")) throw new ExtractException("Error code: " + hls);
}
private void onWait() throws InterruptedException {

Loading…
Cancel
Save