diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-20 15:10:00 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-20 15:10:00 -0400 |
| commit | f4765a87cc15efb06331aaeeff3c695be4e77f07 (patch) | |
| tree | 8c84da8138e8cb7ad2ef9d64bb8f8f9eeb768110 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 1573cc24916239530536c84d4d6a14c5aa351e22 (diff) | |
update m3u tuner
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. |
