Skip to content

Commit

Permalink
Добавлен YTrackSource OWN_REPLACED_TO_UGC (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriero committed May 10, 2023
1 parent 68e7939 commit 7fd029b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Yandex.Music.Api/Models/Common/YTrackSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ public enum YTrackSource

[EnumMember(Value = "UGC")]
[Description("User Generated Content")]
UGC
UGC,

[EnumMember(Value = "OWN_REPLACED_TO_UGC")]
OwnReplacedToUGC,
}
}

0 comments on commit 7fd029b

Please sign in to comment.