Skip to content

Commit

Permalink
Обновлены модели
Browse files Browse the repository at this point in the history
  • Loading branch information
K1llMan committed Mar 13, 2021
1 parent 9a88ca0 commit d3a8048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Yandex.Music.Api/Models/Account/YAccountResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class YAccountResult
public string DefaultEmail { get; set; }
public YPermissions Permissions { get; set; }
public YPlus Plus { get; set; }
public bool PretrialActive { get; set; }
public bool SubEditor { get; set; }
public int SubEditorLevel { get; set; }
public YSubscription Subscription { get; set; }
Expand Down
1 change: 1 addition & 0 deletions Yandex.Music.Api/Models/Common/YSubscription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
public class YSubscription
{
public bool CanStartTrial { get; set; }
public bool HadAnySubscription { get; set; }
public bool McDonalds { get; set; }
public YPeriod NonAutoRenewable { get; set; }
}
Expand Down
1 change: 1 addition & 0 deletions Yandex.Music.Api/Models/Track/YTrack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public YTrackAlbumPair GetKey()
public bool Available { get; set; }
public bool AvailableForPremiumUsers { get; set; }
public bool AvailableFullWithoutPermission { get; set; }
public string BackgroundVideoUri { get; set; }
public bool Best { get; set; }
public string ContentWarning { get; set; }
public string CoverUri { get; set; }
Expand Down

0 comments on commit d3a8048

Please sign in to comment.