Remove tvbus

pull/123/head
FongMi 3 years ago
parent 8f8be30855
commit 89ca979270
  1. 1
      app/build.gradle
  2. 4
      app/src/main/java/com/fongmi/android/tv/bean/Channel.java

@ -56,7 +56,6 @@ android {
}
dependencies {
implementation project(':tvbus')
implementation project(':catvod')
implementation project(':forcetech')
pythonImplementation project(':pyramid')

@ -203,10 +203,6 @@ public class Channel {
return Uri.parse(getUrls().get(getLine())).getScheme().toLowerCase();
}
public boolean isTVBus() {
return getScheme().equals("tvbus");
}
public boolean isForce() {
return getScheme().startsWith("p") || getScheme().equals("mitv");
}

Loading…
Cancel
Save