diff options
| author | jakobkukla <jakob.kukla@gmail.com> | 2026-04-16 11:38:01 +0200 |
|---|---|---|
| committer | jakobkukla <jakob.kukla@gmail.com> | 2026-05-21 20:48:41 +0200 |
| commit | 37350282cc18a977162dcf14fe9b6068d29d6edf (patch) | |
| tree | 4f8d14a4ef9e96e092238fb521955ae389dbaf87 /MediaBrowser.Controller/SyncPlay | |
| parent | e63bc1e27ceaab759fc2d2828115036d620fbd07 (diff) | |
Run tree-wide dotnet format
Diffstat (limited to 'MediaBrowser.Controller/SyncPlay')
| -rw-r--r-- | MediaBrowser.Controller/SyncPlay/GroupStates/WaitingGroupState.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/SyncPlay/GroupStates/WaitingGroupState.cs b/MediaBrowser.Controller/SyncPlay/GroupStates/WaitingGroupState.cs index 132765b719..eb38eeb503 100644 --- a/MediaBrowser.Controller/SyncPlay/GroupStates/WaitingGroupState.cs +++ b/MediaBrowser.Controller/SyncPlay/GroupStates/WaitingGroupState.cs @@ -141,7 +141,8 @@ namespace MediaBrowser.Controller.SyncPlay.GroupStates _logger.LogError("Unable to set playing queue in group {GroupId}.", context.GroupId.ToString()); // Ignore request and return to previous state. - IGroupState newState = prevState switch { + IGroupState newState = prevState switch + { GroupStateType.Playing => new PlayingGroupState(LoggerFactory), GroupStateType.Paused => new PausedGroupState(LoggerFactory), _ => new IdleGroupState(LoggerFactory) |
