From 88cc18aede67edf301834d68c47d23bc18c86533 Mon Sep 17 00:00:00 2001 From: jhengazuji Date: Mon, 10 Nov 2025 12:32:17 +0800 Subject: [PATCH] Clean code --- .../main/java/com/fongmi/android/tv/player/extractor/TVBus.java | 1 - 1 file changed, 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 fe818f8bb..ecd91653a 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 @@ -48,7 +48,6 @@ public class TVBus implements Source.Extractor, Listener { private String getPath(String url) { String name = UrlUtil.path(url); - if (name.isEmpty()) name = "tvcore.so"; File file = new File(Path.so(), name); if (file.length() < 10240) Path.write(file, OkHttp.bytes(url)); return file.getAbsolutePath();