diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-27 13:53:23 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-27 13:53:23 -0400 |
| commit | 6c62c20a9e3081950bf46fc96966e470ffc73b54 (patch) | |
| tree | 3659b06b5f1599686c76e41dd6d7a43a6fa8b4fd /MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | |
| parent | 1e16ac9f2ac0cdc8833f2e53540a942876a3e979 (diff) | |
update CollectionFolder
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs index 13a06afc2..09ca134d1 100644 --- a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs +++ b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs @@ -663,7 +663,7 @@ namespace MediaBrowser.Server.Implementations.IO while (item == null && !string.IsNullOrEmpty(path)) { - item = LibraryManager.FindByPath(path); + item = LibraryManager.FindByPath(path, null); path = Path.GetDirectoryName(path); } |
