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();