Bugzilla – Bug 1122
playlist caching
Last modified: 2008-08-18 10:53:01 UTC
It seems to me that the playlist is missing updates for two cases: 1) changing titleformat: if the user changes titleformat and refreshes, the playlist ramins using the old style until one of the other triggers causes a re-render. 2) clicking an item in the playlist sends a play command for that song to status_header, and the currentSong should be updated. again, the playlist doens't render to show that change
Created attachment 347 [details] one idea this updates the playlist if we use the jump command (clicking a song in teh playlist web page). Updates when there is a titleformat change. however, I'm not sure if I'm right because i dont think we want to mark the playlist as modified for these cases, just cause a re-render.
Removing the currentPlaylistModified will cause it not to be marked as modified. Re-rendering is completely controlled by the currentPlaylistChangeTime() method.
committed r2681