mirror of https://github.com/hykilpikonna/AquaDX
[F] The play count should be the PC count not the TRACK count.
parent
a6a8734599
commit
bf5691bdb6
|
@ -82,7 +82,6 @@ namespace AquaMai.UX
|
||||||
{
|
{
|
||||||
UserDetail detail = userData.Detail;
|
UserDetail detail = userData.Detail;
|
||||||
_ = userData.ScoreList;
|
_ = userData.ScoreList;
|
||||||
userData.AddPlayCount();
|
|
||||||
detail.EventWatchedDate = TimeManager.GetDateString(TimeManager.PlayBaseTime);
|
detail.EventWatchedDate = TimeManager.GetDateString(TimeManager.PlayBaseTime);
|
||||||
userData.CalcTotalValue();
|
userData.CalcTotalValue();
|
||||||
float num = 0f;
|
float num = 0f;
|
||||||
|
|
Loading…
Reference in New Issue