Skip to content

Commit

Permalink
Merge pull request #21 from McDanilRus/master
Browse files Browse the repository at this point in the history
Fixed a bug in the parameter name auto_complete and fixed the erroneous code audio genre.
  • Loading branch information
Bohdan Shtepan committed Feb 23, 2017
2 parents a811605 + bf445bd commit ec502c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class AudioSearchParams : MethodParamsGroup
/// <summary>
/// True - to correct for mistakes in the search query (e.g., if you enter Beetles, the system will search for Beatles).
/// </summary>
[MethodParam(Name = "audo_complete")]
[MethodParam(Name = "auto_complete")]
public bool AutoComplete { get; set; }

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions ModernDev.InTouch.Shared/Enums/AudioGenres.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public enum AudioGenres
Alternative = 21,
[EnumMember(Value = "8")]
Dubstep = 8,
[EnumMember(Value = "9")]
JazzAndBlues = 9,
[EnumMember(Value = "1001")]
JazzAndBlues = 1001,
[EnumMember(Value = "10")]
DrumAndBass = 10,
[EnumMember(Value = "11")]
Expand Down

0 comments on commit ec502c4

Please sign in to comment.