diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-13 15:54:53 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-13 15:54:53 -0500 |
| commit | 0c0c017b2f8cf2d94a6092a84e2a42426345feb8 (patch) | |
| tree | d0b5782f71185bc930ed8c2263be60ddbb3bb081 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 4c5ea9070f68c15447d3fac961f9c3ef9b5a0265 (diff) | |
| parent | 47a862b0e8bfcb687ea908e23218cb1c683c6a34 (diff) | |
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
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 75836f288..9653f8156 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. |
