Bugzilla – Bug 16947
Playlists are missing "Delete Playlist" and "Add to Favorites" items
Last modified: 2011-04-29 16:44:02 UTC
Ben - your change in response to bug 14360 broke this. The count is NOT up to date at this point. Thus while the query does return all the data, the count would be wrong. Eg. take a playlist with five items: it would return seven, but the count would still be 5. Reverting your change 31807 does fix this issue...
== Auto-comment from SVN commit #31908 to the slim repo by bklaas == == http://svn.slimdevices.com/slim?view=revision&revision=31908 == Fixed Bug: 16947 Bug: 14360 Description: increment $totalCount by two for all chunks in response this allows for the special items delete playlist & save to favorites to exist at the end of the list, while not screwing up the SP menu rendering with conflicting counts between the last chunk and all other chunks
I can now get the context menu for a playlist and it includes 'Save To Favorites' and Delete Playlist 7.6.0 r32376