обновление json parse
All checks were successful
Release / pack-and-publish (release) Successful in 45s
All checks were successful
Release / pack-and-publish (release) Successful in 45s
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
using System.Runtime.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace YandexMusic.API.Models.Common;
|
||||
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum YTrackSharingFlag
|
||||
{
|
||||
[EnumMember(Value = "VIDEO_ALLOWED")]
|
||||
[JsonStringEnumMemberName("VIDEO_ALLOWED")]
|
||||
VideoAllowed,
|
||||
[EnumMember(Value = "COVER_ONLY")]
|
||||
[JsonStringEnumMemberName("COVER_ONLY")]
|
||||
CoverOnly
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user