mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Allow LRC start value to be null
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Jellyfin.Api.Models.UserDtos
|
||||
/// <summary>
|
||||
/// Gets or sets the start time (ticks).
|
||||
/// </summary>
|
||||
public double Start { get; set; }
|
||||
public double? Start { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the text.
|
||||
|
||||
Reference in New Issue
Block a user