mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
* rename HARDLINK | COPY action to DUPLICATE
This commit is contained in:
parent
3956223761
commit
05804036f4
@ -72,7 +72,7 @@ public enum StandardRenameAction implements RenameAction {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
HARDLINK_OR_COPY {
|
DUPLICATE {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public File rename(File from, File to) throws Exception {
|
public File rename(File from, File to) throws Exception {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user