Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Common/YStorageDownloadFile.cs
Normal file
10
YandexMusic.API/Models/Common/YStorageDownloadFile.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YStorageDownloadFile
|
||||
{
|
||||
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