diff --git a/src/NzbDrone.Core/RootFolders/RootFolderService.cs b/src/NzbDrone.Core/RootFolders/RootFolderService.cs index b22353474..dabd1be38 100644 --- a/src/NzbDrone.Core/RootFolders/RootFolderService.cs +++ b/src/NzbDrone.Core/RootFolders/RootFolderService.cs @@ -134,6 +134,7 @@ private List GetUnmappedFolders(string path) _logger.Debug("Generating list of unmapped folders"); if (string.IsNullOrEmpty(path)) + { throw new ArgumentException("Invalid path provided", nameof(path)); }