aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-07-10 10:05:41 -0600
committerCody Robibero <cody@robibe.ro>2021-07-10 10:05:41 -0600
commit4281722d5a50347c26ee92dcd47b3bbad5cedbbf (patch)
tree52db1575f4b014b75d2152f5fb34515e1aff37e9
parent61141314e860f746d2a54ee93bd373dc1dbea3a4 (diff)
Fix [SA1629] Documentation text should end with a period
-rw-r--r--MediaBrowser.Controller/Providers/ItemLookupInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Providers/ItemLookupInfo.cs b/MediaBrowser.Controller/Providers/ItemLookupInfo.cs
index 2fd89e3bb..2219b62b8 100644
--- a/MediaBrowser.Controller/Providers/ItemLookupInfo.cs
+++ b/MediaBrowser.Controller/Providers/ItemLookupInfo.cs
@@ -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; }