mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 14:31:04 -04:00
Fix File.getDisplaySize() extension method
This commit is contained in:
parent
8b1224c474
commit
c547beb111
@ -262,7 +262,7 @@ public class ScriptShellMethods {
|
|||||||
return FileUtilities.copyAs(self, new File(destination, self.getName()));
|
return FileUtilities.copyAs(self, new File(destination, self.getName()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDisplaySize(File self) {
|
public static String getDisplaySize(File self) {
|
||||||
return FileUtilities.formatSize(self.length());
|
return FileUtilities.formatSize(self.length());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user