quote:
Originally posted by Schnappi
It only works on my side but my contacts still see the tags displayed the other way, title - artist =/
thanks anyway.
This should work...
edit: for 8.5 users
Line 34 of wlmini.events.js:
code:
var tr=["{0}","{1}",
swap the numbers:
code:
var tr=["{1}","{0}",
after that, the %title tag will be %artist tag and %artist tag will be %title tag.