124125126127128129130131132133134
final Response res = getResponse(); tpl.setTracks( tracks ); res.addHeader( "Content-Disposition", "inline; filename=\".scrobbler.log\"" ); res.showText( tpl.makeRenderer() ); } /** * marks all a users played tracks as having been scrobbled