Skip to content

Commit

Permalink
#1047 Исправить null reference при получении подкастов (поле Position) (
Browse files Browse the repository at this point in the history
  • Loading branch information
equuskk authored Jul 30, 2020
1 parent 0d0ed7a commit c3f4f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VkNet/Model/PodcastInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class PodcastInfo
/// Позиция.
/// </summary>
[JsonProperty("position")]
public long Position { get; set; }
public long? Position { get; set; }

/// <summary>
/// Описание.
Expand Down

0 comments on commit c3f4f83

Please sign in to comment.