Fix [SA1629] Documentation text should end with a period

This commit is contained in:
Cody Robibero 2021-07-10 10:05:41 -06:00
parent 61141314e8
commit 4281722d5a

View File

@ -23,7 +23,7 @@ namespace MediaBrowser.Controller.Providers
public string Name { get; set; } public string Name { get; set; }
/// <summary> /// <summary>
/// Gets or sets the original title /// Gets or sets the original title.
/// </summary> /// </summary>
/// <value>The original title of the item.</value> /// <value>The original title of the item.</value>
public string OriginalTitle { get; set; } public string OriginalTitle { get; set; }