Commit 06bc45f7 authored by wildfirecode's avatar wildfirecode

1

parent 4378bd94
...@@ -162,7 +162,8 @@ const sendDataOnLoopEnd = () => { ...@@ -162,7 +162,8 @@ const sendDataOnLoopEnd = () => {
const durationOfPlay = _songDuration; const durationOfPlay = _songDuration;
const songListId = _songListId; const songListId = _songListId;
const songId = _songId;; const songId = _songId;;
const playCount = times; const playCount = 1;
// const playCount = times;
const timestamp = startdate; const timestamp = startdate;
const bitrate = _bitrate = getBitrate(window['musciURL']); const bitrate = _bitrate = getBitrate(window['musciURL']);
const songDuration = _songDuration; const songDuration = _songDuration;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment