From acc6f03a2e37ef2272ceb37bc4372feaf674e71d Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 1 Jul 2024 13:05:24 +0800 Subject: [PATCH] Update TVBus.java --- .../main/java/com/fongmi/android/tv/player/extractor/TVBus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/fongmi/android/tv/player/extractor/TVBus.java b/app/src/main/java/com/fongmi/android/tv/player/extractor/TVBus.java index 22b86eb40..5158c5385 100644 --- a/app/src/main/java/com/fongmi/android/tv/player/extractor/TVBus.java +++ b/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 {