Обнновлено до .net10
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
namespace YandexMusic.API.Models.Common;
|
||||
|
||||
public class YVideo
|
||||
{
|
||||
public class YVideo
|
||||
{
|
||||
public string Cover { get; set; }
|
||||
public string EmbedUrl { get; set; }
|
||||
public string Provider { get; set; }
|
||||
public string ProviderVideoId { get; set; }
|
||||
public string Title { get; set; }
|
||||
}
|
||||
public string Cover { get; set; }
|
||||
public string EmbedUrl { get; set; }
|
||||
public string Provider { get; set; }
|
||||
public string ProviderVideoId { get; set; }
|
||||
public string Title { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user