diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-28 20:46:04 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-28 20:46:04 -0500 |
| commit | e772b44ac73cf77b41072b7578a4014c6234ef1b (patch) | |
| tree | 433674aafc673826100e031226cdde51a8812060 /MediaBrowser.Api/Library/LibraryStructureService.cs | |
| parent | e92071330897bf08fe898b0fdac1665f9f99d547 (diff) | |
fix library monitor reference
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryStructureService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryStructureService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Library/LibraryStructureService.cs b/MediaBrowser.Api/Library/LibraryStructureService.cs index d0d56c07b..8ea472da3 100644 --- a/MediaBrowser.Api/Library/LibraryStructureService.cs +++ b/MediaBrowser.Api/Library/LibraryStructureService.cs @@ -174,6 +174,7 @@ namespace MediaBrowser.Api.Library /// Gets or sets the name. /// </summary> /// <value>The name.</value> + [ApiMember(Name = "Path", Description = "The path that was changed.", IsRequired = false, DataType = "string", ParameterType = "query", Verb = "POST")] public string Path { get; set; } } |
