aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryStructureService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-28 20:46:04 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-28 20:46:04 -0500
commite772b44ac73cf77b41072b7578a4014c6234ef1b (patch)
tree433674aafc673826100e031226cdde51a8812060 /MediaBrowser.Api/Library/LibraryStructureService.cs
parente92071330897bf08fe898b0fdac1665f9f99d547 (diff)
fix library monitor reference
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryStructureService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryStructureService.cs1
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; }
}