|
@@ -1167,7 +1167,7 @@ if ml_onlinesongcount > 0:
|
|
|
!! this so every song counts only every 7 days and only for a limited number of weeks
|
|
|
if ml_onlinesong_freshness[i] > 0:
|
|
|
j += 1
|
|
|
- ml_tempsong_freshness[j] = ml_onlinesong_sfreshness[i]
|
|
|
+ ml_tempsong_freshness[j] = ml_onlinesong_freshness[i]
|
|
|
ml_tempsong_lastcalcday[j] = ml_onlinesong_lastcalcday[i]
|
|
|
ml_tempsong_hotcat[j] = ml_onlinesong_hotcat[i]
|
|
|
ml_tempsong_skilllevel[j] = ml_onlinesong_skilllevel[i]
|