Hi everyone, I am modify subsonic for use in a music library to access reserve content.
I plan to use playlists to list course reserves, and there is an inconsistent and troubling behavior when the playlist is loaded.
Basically, when you actually click "load" to load a given playlist, the main panel will return to the last album you browsed.
However, in another instance of subsonic I have running on another computer, it returns to the Home screen with random items after loading a playlist.
I am trying to figure out why the behavior is different, but also, I would like to know how I can prevent EITHER behavior. It would be much better if it just STAYED on the playlist window. In general, I am not sure why it changes to anything at all when it has not been explicitly asked to. Who is to say you don't still want to browse your playlists?
I have looked at the code of loadPlaylist.jsp, but I see nothing in the code for the "Load" button that dictates the behavior of main.
Any advice on this is super appreciated!
-Brandon
EDIT: After restarting tomcat 6, the behavior is now consistently to return to the home screen. This is more acceptable, but I would still appreciate any advice on where I can alter the behavior of the main panel upon loading a play list.