Update download type
This commit is contained in:
parent
944825b9f3
commit
2fbadfdde4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class TourDownloadType extends DownloadActivityType {
|
|||
}
|
||||
|
||||
public String getBaseUrl(OsmandApplication ctx, String fileName) {
|
||||
return "http://" + SherpafyCustomization.TOUR_SERVER + "/download?event=2&"
|
||||
return "http://" + SherpafyCustomization.TOUR_SERVER + "/download_tour.php?event=2&"
|
||||
+ Version.getVersionAsURLParam(ctx) + "&file=" + fileName;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue