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

Update MediaBrowser.Controller/Entities/Folder.cs

Joshua M. Boniface преди 1 година
родител
ревизия
47b79df136
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      MediaBrowser.Controller/Entities/Folder.cs

+ 1 - 1
MediaBrowser.Controller/Entities/Folder.cs

@@ -421,7 +421,7 @@ namespace MediaBrowser.Controller.Entities
                     validChildren.Add(child);
                     validChildren.Add(child);
                 }
                 }
 
 
-                // That's all the new and changed ones - now see if there are any that are missing
+                // That's all the new and changed ones - now see if any have been removed and need cleanup
                 var itemsRemoved = currentChildren.Values.Except(validChildren).ToList();
                 var itemsRemoved = currentChildren.Values.Except(validChildren).ToList();
                 var shouldRemove = !IsRoot || allowRemoveRoot;
                 var shouldRemove = !IsRoot || allowRemoveRoot;
                 // If it's an AggregateFolder, don't remove
                 // If it's an AggregateFolder, don't remove