alist support .ts file show

main
FongMi 3 years ago
parent 817d33c296
commit 2db296c8c7
  1. 1
      app/src/main/java/com/github/catvod/bean/alist/Item.java
  2. 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;
}

@ -1 +1 @@
3b702732dd7f792513d3f3cf006f8898
a3a0d399cc8e9e4348060296e4cfab58

Loading…
Cancel
Save