I'm able to see changes on the metadataChange event, and the artworkChange event fires upon the initial connection to the server, but artworkChange never fires again after the first time. metadataChange continues to fire on each song change.
I don't think this is something I'm doing wrong, but I suppose it could be. If I run the app with DEBUG=nodetunes:rtsp, I can see the various events being triggered and I have confirmed artworkChange is not being fired.
I'm able to see changes on the
metadataChange
event, and theartworkChange
event fires upon the initial connection to the server, butartworkChange
never fires again after the first time.metadataChange
continues to fire on each song change.I don't think this is something I'm doing wrong, but I suppose it could be. If I run the app with
DEBUG=nodetunes:rtsp
, I can see the various events being triggered and I have confirmedartworkChange
is not being fired.