mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
refactored Episode, Added Quality Enum
This commit is contained in:
@@ -23,5 +23,11 @@ namespace NzbDrone.Core.Providers
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public static string CleanPath(string path)
|
||||
{
|
||||
if (string.IsNullOrEmpty(path)) throw new ArgumentException("Path can not be null or empty");
|
||||
return path.ToLower().Trim('/', '\\', ' ');
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user