From 8962403e2a24df0b4ccebc3b342d109e9a601f21 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 19 Jun 2022 01:43:35 -0700 Subject: [PATCH] [Playback Controller] Remove blank line Remove a blank line in the code, for no real reason, other than tidiness. Signed-off-by: Christopher Snowhill --- Application/PlaybackController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/PlaybackController.m b/Application/PlaybackController.m index 87d0e4951..6ad29e8e2 100644 --- a/Application/PlaybackController.m +++ b/Application/PlaybackController.m @@ -832,7 +832,6 @@ NSDictionary *makeRGInfo(PlaylistEntry *pe) { case CogStatusPaused: defaultCenter.playbackState = MPNowPlayingPlaybackStatePaused; break; - default: defaultCenter.playbackState = MPNowPlayingPlaybackStateStopped; break;