Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
namespace YandexMusic.API.Models.Account
|
||||
{
|
||||
public class YAuthCaptchaVoice
|
||||
{
|
||||
public string Url { get; set; }
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
[JsonProperty("intro_url")]
|
||||
public string IntroUrl { get; set; }
|
||||
}
|
||||
namespace YandexMusic.API.Models.Account;
|
||||
|
||||
public class YAuthCaptchaVoice
|
||||
{
|
||||
public string Url { get; set; }
|
||||
|
||||
[JsonPropertyName("intro_url")]
|
||||
public string IntroUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user