diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-08 22:30:22 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-08 22:30:22 -0400 |
| commit | a95cbac07610ec2ac4e10676bd97615a443eddf3 (patch) | |
| tree | a41b6456f012a52b2ddad70d8f9923ac87d5015e /MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | |
| parent | 199f1bb9fd0f5ad433836f07a31ae7d2e604066f (diff) | |
update detail screen
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs index 2c0257c5f..13a06afc2 100644 --- a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs +++ b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs @@ -251,7 +251,7 @@ namespace MediaBrowser.Server.Implementations.IO /// <exception cref="System.ArgumentNullException">path</exception> private static bool ContainsParentFolder(IEnumerable<string> lst, string path) { - if (string.IsNullOrEmpty(path)) + if (string.IsNullOrWhiteSpace(path)) { throw new ArgumentNullException("path"); } |
