Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Ynison
|
||||
namespace YandexMusic.API.Models.Ynison;
|
||||
|
||||
public class YYnisonRedirect
|
||||
{
|
||||
public class YYnisonRedirect
|
||||
{
|
||||
public string Host { get; set; }
|
||||
public string RedirectTicket { get; set; }
|
||||
public string SessionId { get; set; }
|
||||
public YYnisonKeepAliveParams KeepAliveParams { get; set; }
|
||||
}
|
||||
public string Host { get; set; }
|
||||
public string RedirectTicket { get; set; }
|
||||
public string SessionId { get; set; }
|
||||
public YYnisonKeepAliveParams KeepAliveParams { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user