glorifyday wrote: 
> Something REALLY strange happened in this release. The Tidal plugin is
> now unusable with the material skin.

I -think- the change made to work-around a SoundCloud issue might be
responsible for this. Do you mind editing some code? If so in
browse-page.js remove lines 970-973, i.e. remove:


Code:
--------------------
    
  if (command.command.length>4 && "playlist"==command.command[1] && 
("play"==command.command[2] || "add"==command.command[2] || 
"insert"==command.command[2]) &&
  command.command[3]==("menu:"+command.command[0]) && item.presetParams && 
item.presetParams.favorites_url) {
  command.command=["playlist", command.command[2], 
item.presetParams.favorites_url];
  }
  
--------------------


...restart LMS, clear browser cache, and re-test. Does this help?


------------------------------------------------------------------------
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
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to