diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-13 15:45:19 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-13 15:45:19 -0500 |
| commit | 3e5bb74fccf02d5d540cbe4b9132a012ae7530a3 (patch) | |
| tree | 5b40df9a4e2375b6d864b2c5a2932a8d18c22597 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | ba3f23bad4b3956a3d42bb04d21dc3f24d0384c3 (diff) | |
update i/o methods
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index c7ab88524..2af53efa9 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -298,7 +298,7 @@ namespace MediaBrowser.Controller.Library /// </summary> /// <param name="paths">The paths.</param> /// <returns>IEnumerable{System.String}.</returns> - IEnumerable<string> NormalizeRootPathList(IEnumerable<string> paths); + IEnumerable<FileSystemMetadata> NormalizeRootPathList(IEnumerable<FileSystemMetadata> paths); /// <summary> /// Registers the item. |
