aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/GameGenresService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-26 12:21:10 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-26 12:21:10 -0400
commit5c5cc212aa7e3d9a4c595e22ce6b54717afe3d3d (patch)
tree3b4c3c87bdcda54adba28d7d79433954621d97b0 /MediaBrowser.Api/UserLibrary/GameGenresService.cs
parentcf0d9883c6eec06fa8d065e585081716520e56e4 (diff)
pass all audio codecs to server
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/GameGenresService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/GameGenresService.cs4
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")]