mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 03:18:27 +01:00
Handle ignore-wait request in waiting state in SyncPlay
This commit is contained in:
@@ -25,13 +25,7 @@ namespace MediaBrowser.Controller.SyncPlay
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override GroupStateType Type
|
||||
{
|
||||
get
|
||||
{
|
||||
return GroupStateType.Playing;
|
||||
}
|
||||
}
|
||||
public override GroupStateType Type { get; } = GroupStateType.Playing;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether requests for buffering should be ignored.
|
||||
|
||||
Reference in New Issue
Block a user