diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-26 12:21:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-26 12:21:10 -0400 |
| commit | 5c5cc212aa7e3d9a4c595e22ce6b54717afe3d3d (patch) | |
| tree | 3b4c3c87bdcda54adba28d7d79433954621d97b0 /MediaBrowser.Api/UserLibrary/GameGenresService.cs | |
| parent | cf0d9883c6eec06fa8d065e585081716520e56e4 (diff) | |
pass all audio codecs to server
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/GameGenresService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/GameGenresService.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Api/UserLibrary/GameGenresService.cs b/MediaBrowser.Api/UserLibrary/GameGenresService.cs index ebc9a970d..a0883f98c 100644 --- a/MediaBrowser.Api/UserLibrary/GameGenresService.cs +++ b/MediaBrowser.Api/UserLibrary/GameGenresService.cs @@ -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")] |
