2
0
Эх сурвалжийг харах

Fix [SA1629] Documentation text should end with a period

Cody Robibero 3 жил өмнө
parent
commit
4281722d5a

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