Use track name param if set

This commit is contained in:
Gautier Pelloux-Prayer 2019-05-09 15:21:19 +02:00
parent 97a8bb91d1
commit e487977c20

View file

@ -191,7 +191,7 @@ public class ServerHandler extends RequestHandler {
if ( format != null )
{
fileName = "brouter." + format;
fileName = (params.get( "trackname" ) || "brouter") + "." + format;
}
return fileName;