Handle ignore-wait request in waiting state in SyncPlay

This commit is contained in:
Ionut Andrei Oanca
2020-11-14 18:09:25 +01:00
parent 83333e1fe8
commit fa69f6fd51
6 changed files with 68 additions and 68 deletions

View File

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