|
@@ -8,7 +8,7 @@ namespace Jellyfin.Api.Models.UserDtos
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets or sets the start time (ticks).
|
|
/// Gets or sets the start time (ticks).
|
|
/// </summary>
|
|
/// </summary>
|
|
- public double Start { get; set; }
|
|
|
|
|
|
+ public double? Start { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets or sets the text.
|
|
/// Gets or sets the text.
|