Răsfoiți Sursa

Allow LRC start value to be null

1hitsong 2 ani în urmă
părinte
comite
97f8a63b89
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>
         /// Gets or sets the start time (ticks).
         /// </summary>
-        public double Start { get; set; }
+        public double? Start { get; set; }
 
         /// <summary>
         /// Gets or sets the text.