mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
integrating the ripper
This commit is contained in:
@@ -761,7 +761,7 @@ namespace JDP {
|
||||
{
|
||||
if (!pathIn.EndsWith(new string(Path.DirectorySeparatorChar, 1)))
|
||||
pathIn = pathIn + Path.DirectorySeparatorChar;
|
||||
dir = Path.GetDirectoryName(pathIn);
|
||||
dir = Path.GetDirectoryName(pathIn) ?? pathIn;
|
||||
file = Path.GetFileNameWithoutExtension(dir);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user