diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-04-08 18:43:43 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-04-08 18:43:43 -0700 |
| commit | 4e76319f16fb2973ad0bf066bc2c0315513234af (patch) | |
| tree | 9416030b04796af6f056efb8bf5a6bf8e7aa11cc /MediaBrowser.Api/EnvironmentService.cs | |
| parent | 5b4e48913f8e49a147144f0dbe24de288ffd7cd6 (diff) | |
| parent | f8602725c257cd7d5b96e4c8f84a1528812b8f48 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Api/EnvironmentService.cs')
| -rw-r--r-- | MediaBrowser.Api/EnvironmentService.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Api/EnvironmentService.cs b/MediaBrowser.Api/EnvironmentService.cs index 5ba2586e3..47af5d43d 100644 --- a/MediaBrowser.Api/EnvironmentService.cs +++ b/MediaBrowser.Api/EnvironmentService.cs @@ -45,12 +45,6 @@ namespace MediaBrowser.Api /// <value><c>true</c> if [include hidden]; otherwise, <c>false</c>.</value> [ApiMember(Name = "IncludeHidden", Description = "An optional filter to include or exclude hidden files and folders. true/false", IsRequired = false, DataType = "boolean", ParameterType = "query", Verb = "GET")] public bool IncludeHidden { get; set; } - - public GetDirectoryContents() - { - IncludeDirectories = true; - IncludeFiles = true; - } } /// <summary> |
