Browse Source

Fix [SA1629] Documentation text should end with a period

Cody Robibero 3 years ago
parent
commit
4281722d5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Providers/ItemLookupInfo.cs

+ 1 - 1
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; }