mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 07:48:52 -05:00
Fix --action duplicate behaviour for when --action clone is available and working
This commit is contained in:
parent
36d358c41b
commit
cb551d547e
@ -90,7 +90,7 @@ public enum StandardRenameAction implements RenameAction {
|
|||||||
// try to clone
|
// try to clone
|
||||||
if (Platform.isMac() || Platform.isLinux()) {
|
if (Platform.isMac() || Platform.isLinux()) {
|
||||||
try {
|
try {
|
||||||
CLONE.rename(from, to);
|
return CLONE.rename(from, to);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
debug.finest(cause(CLONE, e));
|
debug.finest(cause(CLONE, e));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user