fix library monitor reference

This commit is contained in:
Luke Pulverenti
2014-01-28 20:46:04 -05:00
parent e920713308
commit e772b44ac7
3 changed files with 5 additions and 3 deletions

View File

@@ -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; }
}