alist support .ts file show
This commit is contained in:
parent
16a7df65e3
commit
730b297bb4
|
|
@ -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…
Reference in New Issue