@rfortin that's because you're using DO 12. You can give a try to DO13.
Or change that line to:
title = artist.text + " - " + title.text;
But be careful, if artist or title have any characters like \, ?, "
or any other invalid character for a filename, you may get unexpected results.