Skip to content

Commit

Permalink
Merge pull request #3 from RomanGL/AudioSearchOwnFix
Browse files Browse the repository at this point in the history
AudioSearchParams.SearchOwn MethodParamAttribute.Name fix
  • Loading branch information
Bohdan Shtepan authored Jun 30, 2016
2 parents ed902fe + 30b72f0 commit d024f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class AudioSearchParams : MethodParamsGroup
/// <summary>
/// True - to search only user's audio files; False - to exclude user's audio files from search results.
/// </summary>
[MethodParam(Name = "search_down")]
[MethodParam(Name = "search_own")]
public bool SearchOwn { get; set; }

/// <summary>
Expand Down

0 comments on commit d024f27

Please sign in to comment.