mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-09 07:43:03 +01:00
Added more IBN api methods
This commit is contained in:
parent
d4d2e85486
commit
9c456c63c8
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user