mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
Cleanup comments
This commit is contained in:
parent
5d151f8040
commit
ff2ced1fd2
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ public class LyricMetadata
|
|||
public long? Duration { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets who the LRC file was created by.
|
||||
/// Gets or sets who the lyrics file was created by.
|
||||
/// </summary>
|
||||
public string? By { get; set; }
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ public class LyricMetadata
|
|||
public long? Offset { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the software used to create the LRC file.
|
||||
/// Gets or sets the software used to create the lyrics file.
|
||||
/// </summary>
|
||||
public string? Creator { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue