diff options
Diffstat (limited to 'MediaBrowser.Controller/SyncPlay/GroupStates/PlayingGroupState.cs')
| -rw-r--r-- | MediaBrowser.Controller/SyncPlay/GroupStates/PlayingGroupState.cs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/MediaBrowser.Controller/SyncPlay/GroupStates/PlayingGroupState.cs b/MediaBrowser.Controller/SyncPlay/GroupStates/PlayingGroupState.cs index 2aa759811..394c64e51 100644 --- a/MediaBrowser.Controller/SyncPlay/GroupStates/PlayingGroupState.cs +++ b/MediaBrowser.Controller/SyncPlay/GroupStates/PlayingGroupState.cs @@ -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. |
