mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
* change sortName() default behaviour to something more sensible
This commit is contained in:
parent
4d67212e9b
commit
d6db7189db
@ -122,7 +122,7 @@ public class ExpressionFormatMethods {
|
||||
}
|
||||
|
||||
public static String sortName(String self) {
|
||||
return sortName(self, "$2, $1");
|
||||
return sortName(self, "$2");
|
||||
}
|
||||
|
||||
public static String sortName(String self, String replacement) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user