mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
pass all audio codecs to server
This commit is contained in:
@@ -16,10 +16,6 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
[Route("/GameGenres", "GET", Summary = "Gets all Game genres from a given item, folder, or the entire library")]
|
||||
public class GetGameGenres : GetItemsByName
|
||||
{
|
||||
public GetGameGenres()
|
||||
{
|
||||
MediaTypes = MediaType.Game;
|
||||
}
|
||||
}
|
||||
|
||||
[Route("/GameGenres/{Name}", "GET", Summary = "Gets a Game genre, by name")]
|
||||
|
||||
Reference in New Issue
Block a user