Преглед на файлове

Fix comment typo

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Joe Rogers преди 3 години
родител
ревизия
62dc4a79ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      MediaBrowser.Controller/Providers/ImageRefreshOptions.cs

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

@@ -28,7 +28,7 @@ namespace MediaBrowser.Controller.Providers
         public bool IsAutomated { get; set; }
 
         /// <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>
         public bool RemoveOldMetadata { get; set; }