Обнновлено до .net10
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace YandexMusic.API.Models.Artist
|
||||
namespace YandexMusic.API.Models.Artist;
|
||||
|
||||
public class YArtistRatings
|
||||
{
|
||||
public class YArtistRatings
|
||||
{
|
||||
public int Day { get; set; }
|
||||
public int Month { get; set; }
|
||||
public int Week { get; set; }
|
||||
}
|
||||
public int Day { get; set; }
|
||||
public int Month { get; set; }
|
||||
public int Week { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user