Skip to content

Commit

Permalink
Обновлены модели
Browse files Browse the repository at this point in the history
  • Loading branch information
K1llMan committed Feb 17, 2023
1 parent 0d78826 commit 4e2aeb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Yandex.Music.Api/Models/Radio/YStationSequence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public class YStationSequence
public string BatchId { get; set; }
public YStationId Id { get; set; }
public bool Pumpkin { get; set; }
public string RadioSessionId { get; set; }
public List<YSequenceItem> Sequence { get; set; }
}
}

0 comments on commit 4e2aeb3

Please sign in to comment.