update logging

This commit is contained in:
Luke Pulverenti
2017-06-21 14:21:12 -04:00
parent 71adae0903
commit f1fa4251a8
3 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ namespace MediaBrowser.WebDashboard.Api
var parent = _fileSystem.GetDirectoryName(path);
return string.Equals(_basePath, parent, StringComparison.OrdinalIgnoreCase) ||
string.Equals(Path.Combine(_basePath, "voice"), parent, StringComparison.OrdinalIgnoreCase);
string.Equals(Path.Combine(_basePath, "offline"), parent, StringComparison.OrdinalIgnoreCase);
}
/// <summary>