Fixed broken builds

This commit is contained in:
Jamie.Rees 2017-02-09 08:07:53 +00:00
parent 0145c116f1
commit 5aea0c0828

View file

@ -305,7 +305,7 @@ namespace Ombi.UI.Modules
if (defaultPath)
{
// Return default path
return rootFoldersResult.FirstOrDefault(x => x.id.Equals(outRoot)?.path ?? string.Empty;
return rootFoldersResult.FirstOrDefault(x => x.id.Equals(outRoot))?.path ?? string.Empty;
}
else
{