mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
fixes #564 - Enforce CanSeek and QueueableMediaTypes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user