diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-05-04 12:34:15 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-05-04 12:34:15 -0400 |
| commit | de78c341026d1816e1470c9b1ff8ca765391f166 (patch) | |
| tree | dcc41df5793d22eaa8ba1e45f1632c7328f3ea3d /MediaBrowser.Controller/Library | |
| parent | b01c12ca9ccb3df52321df84b21a1695ee17b750 (diff) | |
| parent | 107d1fc4f136813eed648dda5d18f433ed9302e2 (diff) | |
Merge pull request #1708 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller/Library')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 5388b8668..07ba41b3d 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -569,5 +569,8 @@ namespace MediaBrowser.Controller.Library /// <param name="parent">The parent.</param> /// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns> bool IgnoreFile(FileSystemMetadata file, BaseItem parent); + + void AddVirtualFolder(string name, string collectionType, string[] mediaPaths, bool refreshLibrary); + void AddMediaPath(string virtualFolderName, string path); } }
\ No newline at end of file |
