Update ali
This commit is contained in:
parent
7ba0eac06e
commit
59703ee352
|
|
@ -22,6 +22,6 @@ public class Sorter implements Comparator<Item> {
|
||||||
}
|
}
|
||||||
|
|
||||||
private int getDigit(String text) throws NumberFormatException {
|
private int getDigit(String text) throws NumberFormatException {
|
||||||
return Integer.parseInt(Utils.removeExt(text).replaceAll("\\D+", ""));
|
return Integer.parseInt(Utils.removeExt(text).replace("1080P", "").replace("4K", "").replaceAll("\\D+", ""));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
150908c13313d69af0f7a306aa7fa10d
|
424328e448ccb8365a6e5a9477570853
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue