فهرست منبع

Allow LRC start value to be null

1hitsong 2 سال پیش
والد
کامیت
97f8a63b89
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.