update detail screen

This commit is contained in:
Luke Pulverenti
2016-04-08 22:30:22 -04:00
parent 199f1bb9fd
commit a95cbac076
5 changed files with 7 additions and 7 deletions

View File

@@ -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");
}