Обнновлено до .net10
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Playlist
|
||||
namespace YandexMusic.API.Models.Playlist;
|
||||
|
||||
public class YPlaylistPlayCounter
|
||||
{
|
||||
public class YPlaylistPlayCounter
|
||||
{
|
||||
public string Description { get; set; }
|
||||
public string DescriptionNext { get; set; }
|
||||
public bool Updated { get; set; }
|
||||
public int? Value { get; set; }
|
||||
}
|
||||
public string Description { get; set; }
|
||||
public string DescriptionNext { get; set; }
|
||||
public bool Updated { get; set; }
|
||||
public int? Value { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user