diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-11-13 15:55:23 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-11-13 15:55:23 -0500 |
| commit | 47a862b0e8bfcb687ea908e23218cb1c683c6a34 (patch) | |
| tree | 6f913fddf67196b25c4286272819d4e966726089 | |
| parent | e73b353b20641839b936fad1691653f93856acdf (diff) | |
| parent | 3e5bb74fccf02d5d540cbe4b9132a012ae7530a3 (diff) | |
Merge pull request #1269 from MediaBrowser/master
merge from master
| -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. |
