[Playback Controller] Remove blank line

Remove a blank line in the code, for no real reason, other than
tidiness.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-19 01:43:35 -07:00
parent 8306bd31f4
commit 8962403e2a
1 changed files with 0 additions and 1 deletions

View File

@ -832,7 +832,6 @@ NSDictionary *makeRGInfo(PlaylistEntry *pe) {
case CogStatusPaused:
defaultCenter.playbackState = MPNowPlayingPlaybackStatePaused;
break;
default:
defaultCenter.playbackState = MPNowPlayingPlaybackStateStopped;
break;