Hi Brenardcrespo.
If you using war version, I am too.
Please add onStop(); like following.
/subsonic/WEB-INF/jsp/playlist.jsp
function onStart() {
onStop(); <!-- added -->
playlistService.start(playlistCallback);
}
Then restart appserver and try following operation.
Click one of playlist item > FulllScreen Button > Stop Button > Play Button.
