Browse Source

Allow LRC start value to be null

1hitsong 2 years ago
parent
commit
97f8a63b89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Api/Models/UserDtos/Lyric.cs

+ 1 - 1
Jellyfin.Api/Models/UserDtos/Lyric.cs

@@ -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.