This commit is contained in:
Luke Pulverenti 2015-11-13 15:54:53 -05:00
commit 0c0c017b2f

View File

@ -298,7 +298,7 @@ namespace MediaBrowser.Controller.Library
/// </summary> /// </summary>
/// <param name="paths">The paths.</param> /// <param name="paths">The paths.</param>
/// <returns>IEnumerable{System.String}.</returns> /// <returns>IEnumerable{System.String}.</returns>
IEnumerable<string> NormalizeRootPathList(IEnumerable<string> paths); IEnumerable<FileSystemMetadata> NormalizeRootPathList(IEnumerable<FileSystemMetadata> paths);
/// <summary> /// <summary>
/// Registers the item. /// Registers the item.