mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Add missing summary to AcceptedTimeFormats
This commit is contained in:
parent
5d2364f064
commit
838334b322
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue