Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
namespace YandexMusic.API.Models.Common;
|
||||
|
||||
public class YStorageDownloadFile
|
||||
{
|
||||
public class YStorageDownloadFile
|
||||
{
|
||||
public string Host { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string S { get; set; }
|
||||
public string Ts { get; set; }
|
||||
}
|
||||
public string Host { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string S { get; set; }
|
||||
public string Ts { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user