mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-13 14:58:02 -05:00
* convenience binding for time expressions
This commit is contained in:
parent
6927a6f7b8
commit
e1409b5c30
@ -652,6 +652,11 @@ public class MediaBindingBean {
|
|||||||
return new File(System.getProperty("user.home"));
|
return new File(System.getProperty("user.home"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Define("now")
|
||||||
|
public long getNow() {
|
||||||
|
return System.currentTimeMillis();
|
||||||
|
}
|
||||||
|
|
||||||
@Define("object")
|
@Define("object")
|
||||||
public Object getInfoObject() {
|
public Object getInfoObject() {
|
||||||
return infoObject;
|
return infoObject;
|
||||||
|
Loading…
Reference in New Issue
Block a user