kidstypike wrote: > ATM I have artists showing as just text, I can't find a way of reverting > back to displaying artist pictures. Is there a toggle missing? :(
If MAI is configured for artist images, then these should be shown. *However* Material cache's the artist list, if this cache was created when MAI was configured to not have artist images, then even when you toggle it back on they'll be missing. In this case you need to clear Material's caches. Calling "http ://SERVER:9000/material/clearcache=true" should do the trick. A real fix will be to add a flag to the cache key to handle this. As in auto-invalidate the cache if this key changes. I've added issue #231 on github for this. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ 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
