Răsfoiți Sursa

Remove empty line

Co-authored-by: Cody Robibero <cody@robibe.ro>
Daniel 4 ani în urmă
părinte
comite
7a3109104b

+ 0 - 1
Emby.Server.Implementations/Collections/CollectionManager.cs

@@ -354,7 +354,6 @@ namespace Emby.Server.Implementations.Collections
                         }
                         if (!alreadyInResults)
                         {
-
                             results[item.Id] = item;
                         }
                     }