diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-08-20 17:08:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-20 17:08:09 -0400 |
| commit | 97c80297cd52e23294ccbd0b27f7e7a295e6f019 (patch) | |
| tree | ab24e5e89216c9dd308c87712fd86e1851a07e89 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | f3e9128c8c16d221fe08af96e07b9ec4cdf1c665 (diff) | |
| parent | 2e5db767f349bcbc3ac0b7a24b670ea6c74d84ab (diff) | |
Merge pull request #2836 from MediaBrowser/dev
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 025254d4b..cd1781220 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -277,7 +277,7 @@ namespace MediaBrowser.Controller.Library /// </summary> /// <param name="paths">The paths.</param> /// <returns>IEnumerable{System.String}.</returns> - IEnumerable<FileSystemMetadata> NormalizeRootPathList(IEnumerable<FileSystemMetadata> paths); + List<FileSystemMetadata> NormalizeRootPathList(IEnumerable<FileSystemMetadata> paths); /// <summary> /// Registers the item. |
