From b9d17c9bc765a0c59d81db6277300a6860bf8421 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 1 Jan 2014 13:26:31 -0500 Subject: add more methods to file system interface --- MediaBrowser.Controller/Library/ILibraryManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index ae34621cb..036ac7e81 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -320,5 +320,12 @@ namespace MediaBrowser.Controller.Library /// The items. /// IEnumerable{System.String}. IEnumerable GetAllArtists(IEnumerable items); + + /// + /// Normalizes the root path list. + /// + /// The paths. + /// IEnumerable{System.String}. + IEnumerable NormalizeRootPathList(IEnumerable paths); } } \ No newline at end of file -- cgit v1.2.3