Bugzilla – Bug 3801
Playing a song from a saved playlist will play the whole list
Last modified: 2008-09-15 14:39:24 UTC
Browsing a stored playlist in the web interface. After I hit the play button, the whole list will be played, starting with the first song in the list, not the chosen one. Same thing goes for the add button. Tested in Default, Handheld, Fishbone.
Created attachment 1363 [details] one possible solution map playlisttrack.id the same way we do for track.id, and only load the entire playlist if the only find param is playlist.id
Does work for me. Thanks.
dan, is this a resonable patch, or would you prefer a cleaner way?
Seems reasonable.. what's the last chunk for - deleting playlist.id ? Would we ever get into that state?
yup. earlier when we check for playlist.id, we only do the playlist load if !me.id, If me.id exists, then we want a track. However, the find at this point wil not have the right context to allow playlist.id
Subject: Re: Playing a song from a saved playlist will play the whole list Ok. Go ahead and commit it then.
fixed change 8586