Skip to content

Commit

Permalink
生放送検索時にタイムシフト数取得が出来ない場合にパースエラーが起きていた問題を解消。
Browse files Browse the repository at this point in the history
  • Loading branch information
tor4kichi committed Mar 1, 2024
1 parent c6b4a7c commit 2c2a075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NiconicoToolkit.Shared/Search/Live/LiveSearchResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public sealed class Statistics
public int Comments { get; init; }

[JsonPropertyName("timeshiftReservations")]
public int TimeshiftReservations { get; init; }
public int? TimeshiftReservations { get; init; }
}

public sealed class Taxonomy
Expand Down

0 comments on commit 2c2a075

Please sign in to comment.