aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/Lyrics/LyricFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Lyrics/LyricFile.cs b/MediaBrowser.Controller/Lyrics/LyricFile.cs
index 21096797a..ede89403c 100644
--- a/MediaBrowser.Controller/Lyrics/LyricFile.cs
+++ b/MediaBrowser.Controller/Lyrics/LyricFile.cs
@@ -9,7 +9,7 @@ public class LyricFile
/// Initializes a new instance of the <see cref="LyricFile"/> class.
/// </summary>
/// <param name="name">The name.</param>
- /// <param name="content">The content.</param>
+ /// <param name="content">The content, must not be empty.</param>
public LyricFile(string name, string content)
{
Name = name;