diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-11 09:47:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-11 09:47:38 -0400 |
| commit | 3cb57db7fee72a634fb124bba3f3422128d7ef85 (patch) | |
| tree | 8f8cf230efddc150b1da58377ca0d4eecdd6ba7e /MediaBrowser.Api/UserLibrary/UserLibraryService.cs | |
| parent | 204f7f68792e629acc78b6a9a2a53b63b35d8cac (diff) | |
fixes #564 - Enforce CanSeek and QueueableMediaTypes
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/UserLibraryService.cs | 7 |
1 files changed, 0 insertions, 7 deletions
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"; - } - /// <summary> /// Gets or sets the user id. /// </summary> |
