From 3cb57db7fee72a634fb124bba3f3422128d7ef85 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Oct 2013 09:47:38 -0400 Subject: fixes #564 - Enforce CanSeek and QueueableMediaTypes --- MediaBrowser.Api/UserLibrary/UserLibraryService.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs') diff --git a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs index 9c6f5d826..3041ce6ce 100644 --- a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs +++ b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs @@ -224,13 +224,6 @@ namespace MediaBrowser.Api.UserLibrary [Api(Description = "Reports that a user has begun playing an item")] public class OnPlaybackStart : IReturnVoid { - public OnPlaybackStart() - { - // Have to default these until all clients have a chance to incorporate them - CanSeek = true; - QueueableMediaTypes = "Audio,Video,Book,Game"; - } - /// /// Gets or sets the user id. /// -- cgit v1.2.3