Browse Source

Add missing summary to AcceptedTimeFormats

1hitsong 2 năm trước cách đây
mục cha
commit
838334b322
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

+ 4 - 0
MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

@@ -39,6 +39,10 @@ public class LrcLyricProvider : ILyricProvider
     /// <inheritdoc />
     public IReadOnlyCollection<string> SupportedMediaTypes { get; } = new[] { "lrc", "elrc" };
 
+    /// <summary>
+    /// Gets the Accepted Time Formats for the metadata numeric values.
+    /// </summary>
+    /// <value>The AcceptedTimeFormats.</value>
     private static string[] AcceptedTimeFormats => new[] { "HH:mm:ss", "H:mm:ss", "mm:ss", "m:ss" };
 
     /// <summary>