fixes #564 - Enforce CanSeek and QueueableMediaTypes

This commit is contained in:
Luke Pulverenti
2013-10-11 09:47:38 -04:00
parent 204f7f6879
commit 3cb57db7fe
4 changed files with 23 additions and 8 deletions

View File

@@ -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>