Update TVBus.java

release
FongMi 2 years ago
parent d2cc1017cc
commit 7a4bf0dcfb
  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