mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
more linux fixes
This commit is contained in:
parent
b06a58966e
commit
c2b4eadc47
7 changed files with 31 additions and 29 deletions
|
@ -12,7 +12,6 @@ namespace NzbDrone.Test.Common
|
|||
if (path.Length > 2 && path[1] == ':')
|
||||
{
|
||||
path = path.Replace(':', Path.DirectorySeparatorChar);
|
||||
path = Path.DirectorySeparatorChar + path;
|
||||
}
|
||||
path = path.Replace("\\", Path.DirectorySeparatorChar.ToString());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue