обновление 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,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using YandexMusic.API.Converters;
|
||||
using YandexMusic.API.Models.Common;
|
||||
|
||||
namespace YandexMusic.API.Models.Account;
|
||||
@@ -36,5 +37,6 @@ public class YAccount
|
||||
|
||||
public bool ServiceAvailable { get; set; }
|
||||
|
||||
[JsonConverter(typeof(IntToStringConverter))]
|
||||
public string Uid { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user