mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
[F] The play count should be the PC count not the TRACK count.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user