Added more IBN api methods

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18 12:27:34 -04:00
parent d4d2e85486
commit 9c456c63c8
9 changed files with 278 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ namespace MediaBrowser.Api.HttpHandlers
/// Gets all genres from all recursive children of a folder
/// The CategoryInfo class is used to keep track of the number of times each genres appears
/// </summary>
public IEnumerable<IBNItem<Genre>> GetAllGenres(Folder parent, User user)
private IEnumerable<IBNItem<Genre>> GetAllGenres(Folder parent, User user)
{
Dictionary<string, int> data = new Dictionary<string, int>();