mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-16 08:08:16 +00:00
Fix [SA1629] Documentation text should end with a period
This commit is contained in:
@@ -23,7 +23,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the original title
|
||||
/// Gets or sets the original title.
|
||||
/// </summary>
|
||||
/// <value>The original title of the item.</value>
|
||||
public string OriginalTitle { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user