mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
Fix [SA1629] Documentation text should end with a period
This commit is contained in:
parent
61141314e8
commit
4281722d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue