pull/211/head
FongMi 2 years ago
parent 35326aac48
commit 8aec75e61b
  1. 4
      app/src/main/java/com/fongmi/android/tv/bean/Drm.java

@ -31,10 +31,6 @@ public class Drm {
return TextUtils.isEmpty(key) ? "" : key;
}
public void setKey(String key) {
this.key = key;
}
private String getType() {
return TextUtils.isEmpty(type) ? "" : type;
}

Loading…
Cancel
Save