slartibartfast wrote: > I have just tried this and although no confirmation is given after > tapping "Add to library" the album is added to the library for me.
Do you know how to use your browser's dev tools to see network requests? If so, it'd be nice to see what request was sent for the "Add to library", and what response was received. If Material gets an empty response, then it will not show an empty list. So, what could be happening is that Material does not recognise the response message, so treats as empty. If you do look at the network requests, the reqst/response will be a POST message to jsonrpc.js - there will be lots of these (as Material currently polls the server for changes). ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
