rename field
This commit is contained in:
parent
13b59037a6
commit
a7493b2c80
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ const recsys = {
|
|||
if (isEmbedded) {
|
||||
recsys.entries[claimId]['isEmbed'] = true;
|
||||
}
|
||||
recsys.entries[claimId]['totalPlayingTime'] = totalPlayingTime;
|
||||
recsys.entries[claimId]['totalPlayTime'] = totalPlayingTime;
|
||||
recsys.sendRecsysEntry(claimId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue