Why was this commented out?
This commit is contained in:
parent
cdde55004a
commit
d18c9c9bb0
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ NSDictionary * makeRGInfo(PlaylistEntry *pe)
|
||||||
|
|
||||||
[self setPlaybackStatus:status];
|
[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.
|
// 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
|
- (void)playlistDidChange:(PlaylistController *)p
|
||||||
|
|
Loading…
Reference in a new issue