Send metadata so that NPIC can receive stop events at end of playback #162

Merged
NattyNarwhal merged 2 commits from send-npic-stop into main 2021-09-25 05:05:28 -03:00
Showing only changes of commit d18c9c9bb0 - Show all commits

View file

@ -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