move media path methods to core

This commit is contained in:
Luke Pulverenti
2016-05-04 12:33:22 -04:00
parent 2eef80f96e
commit 107d1fc4f1
4 changed files with 116 additions and 109 deletions

View File

@@ -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);
}
}