Explorar o código

Fix [SA1629] Documentation text should end with a period

Cody Robibero %!s(int64=4) %!d(string=hai) anos
pai
achega
4281722d5a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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; }