alist support .ts file show

pull/69/head
FongMi 3 years ago
parent 16a7df65e3
commit 730b297bb4
  1. 1
      app/src/main/java/com/github/catvod/bean/alist/Item.java
  2. BIN
      jar/custom_spider.jar
  3. 2
      jar/custom_spider.jar.md5

@ -99,6 +99,7 @@ public class Item {
}
public boolean ignore(boolean isNew) {
if (getName().endsWith(".ts")) return false;
if (isNew) return getType() == 0 || getType() == 4;
return getType() == 0 || getType() == 2 || getType() == 5;
}

Binary file not shown.

@ -1 +1 @@
3b702732dd7f792513d3f3cf006f8898
a3a0d399cc8e9e4348060296e4cfab58

Loading…
Cancel
Save