mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01: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; }
|
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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user