Bugzilla – Bug 4065
Updating the playlist in the web interface does not update the knob
Last modified: 2006-10-11 14:21:36 UTC
When modifying the playlist in the web ui (i tried deleting tracks) the knob state is not updated on transporter.
perhaps we need to update the knob in Buttons::Playlist::browseplaylistindex after updating listLen param
I had to solve a similar issue for stream forking. I added Slim::Web::HTTP::playlistCallback that grabs changes like that to send to the child process. Could do a similar subscribe to playlist commands for the knob?
cc'ing Dan
I think that's probably the best way to do it.
Fixed in change 9709.