rename field

This commit is contained in:
Thomas Zarebczan 2022-05-12 14:30:03 -04:00 committed by Thomas Zarebczan
parent 13b59037a6
commit a7493b2c80

View file

@ -204,7 +204,7 @@ const recsys = {
if (isEmbedded) { if (isEmbedded) {
recsys.entries[claimId]['isEmbed'] = true; recsys.entries[claimId]['isEmbed'] = true;
} }
recsys.entries[claimId]['totalPlayingTime'] = totalPlayingTime; recsys.entries[claimId]['totalPlayTime'] = totalPlayingTime;
recsys.sendRecsysEntry(claimId); recsys.sendRecsysEntry(claimId);
} }
} }