mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
* fix virtual path getName (filename without extension) logic
This commit is contained in:
parent
e894621e0b
commit
375c5eea58
@ -21,7 +21,7 @@ public class SimpleFileInfo implements FileInfo, Comparable<FileInfo> {
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return getNameWithoutExtension(path);
|
||||
return getNameWithoutExtension(new File(path).getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user