diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-26 15:00:35 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-26 15:00:35 -0400 |
| commit | caaa906604c759e6899ebf6be6f5ac4f9845db84 (patch) | |
| tree | 6b7be01aed32a0c861f125ff361a1e36a61d0bed /Emby.Server.Core/IO/LibraryMonitor.cs | |
| parent | 240000f965f5cb7df1c8c46245c5a93a9007c8f8 (diff) | |
update socket methods
Diffstat (limited to 'Emby.Server.Core/IO/LibraryMonitor.cs')
| -rw-r--r-- | Emby.Server.Core/IO/LibraryMonitor.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Emby.Server.Core/IO/LibraryMonitor.cs b/Emby.Server.Core/IO/LibraryMonitor.cs index 4df9b930e..e1e3186c3 100644 --- a/Emby.Server.Core/IO/LibraryMonitor.cs +++ b/Emby.Server.Core/IO/LibraryMonitor.cs @@ -421,17 +421,6 @@ namespace Emby.Server.Core.IO var path = e.FullPath; - // For deletes, use the parent path - if (e.ChangeType == WatcherChangeTypes.Deleted) - { - var parentPath = Path.GetDirectoryName(path); - - if (!string.IsNullOrWhiteSpace(parentPath)) - { - path = parentPath; - } - } - ReportFileSystemChanged(path); } catch (Exception ex) |
