mirror of
https://github.com/allan-cff/strava-free-year-in-sport.git
synced 2026-01-18 16:47:35 +01:00
making sure it loads if less than 4 pictures
This commit is contained in:
@@ -450,6 +450,7 @@ checkCredentials()
|
||||
for(const id of bestPicturesActivitiesId){
|
||||
waitForProgress(getDetailledActivity(id), 'progress', 5)
|
||||
}
|
||||
progress.value = parseInt(progress.value, 10) + (4-bestPicturesActivitiesId.length)*5;
|
||||
|
||||
getTotals();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user