aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-12-15 13:38:59 +0900
committerGitHub <noreply@github.com>2019-12-15 13:38:59 +0900
commit28e922326dd7ac480a3ec0dc7f3465ea351ffed1 (patch)
tree9cae6e46047e1a85bd98458d8728a97f548bef7f /Emby.Server.Implementations/Library/LibraryManager.cs
parent623e85a9e4472b8dd5b31574daf15e85866a25f7 (diff)
remove space
Co-Authored-By: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 3bb07bc31..1f5bd7deb 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/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))
{