Jelajahi Sumber

remove space

Co-Authored-By: Bond-009 <bond.009@outlook.com>
dkanada 5 tahun lalu
induk
melakukan
28e922326d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Emby.Server.Implementations/Library/LibraryManager.cs

+ 1 - 1
Emby.Server.Implementations/Library/LibraryManager.cs

@@ -392,7 +392,7 @@ namespace Emby.Server.Implementations.Library
                 // Add this flag to GetDeletePaths if required in the future
                 var isRequiredForDelete = true;
 
-                 foreach (var fileSystemInfo in item.GetDeletePaths())
+                foreach (var fileSystemInfo in item.GetDeletePaths())
                 {
                     if (fileSystemInfo.IsDirectory ? Directory.Exists(fileSystemInfo.FullName) : File.Exists(fileSystemInfo.FullName))
                     {