mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
fixes #564 - Enforce CanSeek and QueueableMediaTypes
This commit is contained in:
parent
204f7f6879
commit
3cb57db7fe
4 changed files with 23 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue