mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-21 21:47:05 +00:00
Exclude .grab and Plex Version folders
This commit is contained in:
parent
c6eb19c04d
commit
54dd527f01
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ private List<UnmappedFolder> GetUnmappedFolders(string path)
|
|||
_logger.Debug("Generating list of unmapped folders");
|
||||
|
||||
if (string.IsNullOrEmpty(path))
|
||||
{
|
||||
throw new ArgumentException("Invalid path provided", nameof(path));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue