Pārlūkot izejas kodu

Add missing summary to AcceptedTimeFormats

1hitsong 2 gadi atpakaļ
vecāks
revīzija
838334b322
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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>