mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
more linux fixes
This commit is contained in:
parent
ea195afc87
commit
23b2c9eef5
5 changed files with 14 additions and 14 deletions
|
@ -19,7 +19,7 @@ namespace NzbDrone.Common
|
|||
private static readonly string UPDATE_CLIENT_FOLDER_NAME = "NzbDrone.Update" + Path.DirectorySeparatorChar;
|
||||
private static readonly string UPDATE_LOG_FOLDER_NAME = "UpdateLogs" + Path.DirectorySeparatorChar;
|
||||
|
||||
public static string CleanPath(this string path)
|
||||
public static string CleanFilePath(this string path)
|
||||
{
|
||||
Ensure.That(() => path).IsNotNullOrWhiteSpace();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue