From d18c9c9bb05a89eb6ea9b0e982b048a58a59f331 Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Sun, 8 Aug 2021 17:57:42 -0300 Subject: [PATCH] Why was this commented out? --- Application/PlaybackController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/PlaybackController.m b/Application/PlaybackController.m index 8da66768d..53c1aaf7c 100644 --- a/Application/PlaybackController.m +++ b/Application/PlaybackController.m @@ -617,7 +617,7 @@ NSDictionary * makeRGInfo(PlaylistEntry *pe) [self setPlaybackStatus:status]; // If we don't send it here, if we've stopped, then the NPIC will be stuck at the last file we played. - //[self sendMetaData]; + [self sendMetaData]; } - (void)playlistDidChange:(PlaylistController *)p