GNOME Bugzilla – Bug 711661
Next/Previous not included in CurrentTransportActions
Last modified: 2013-11-10 13:56:00 UTC
It seems Next/Previous are never included in CurrentTransportActions. They should be when (PlayerController.track < PlayerController.n_tracks - 1). Should not be a tricky fix, will take a look.
Created attachment 259272 [details] [review] (This is an unrelated triviality: Noticed it when I accidentally tried to play a m3u playlist from rygel server, and saw rygel renderer printing useless warnings) renderer: Accept missing mime type in AVTransport.is_playlist() "assertion 'mime != NULL' failed" is not useful here.
Created attachment 259273 [details] [review] renderer: Add Next and Previous to CurrentTransportActions
Review of attachment 259272 [details] [review]: ok
Review of attachment 259273 [details] [review]: Looks good
Attachment 259273 [details] pushed as 361ff5e - renderer: Add Next and Previous to CurrentTransportActions