Pārlūkot izejas kodu

Fix comment typo

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Joe Rogers 3 gadi atpakaļ
vecāks
revīzija
62dc4a79ff

+ 1 - 1
MediaBrowser.Controller/Providers/ImageRefreshOptions.cs

@@ -28,7 +28,7 @@ namespace MediaBrowser.Controller.Providers
         public bool IsAutomated { get; set; }
         public bool IsAutomated { get; set; }
 
 
         /// <summary>
         /// <summary>
-        /// Gets or sets a value indicating whether old metadata should be removed if it isn't be replaced.
+        /// Gets or sets a value indicating whether old metadata should be removed if it isn't replaced.
         /// </summary>
         /// </summary>
         public bool RemoveOldMetadata { get; set; }
         public bool RemoveOldMetadata { get; set; }