Merge pull request #50 from Becods/v1-dev

The play count should be the PC count not the TRACK count.
This commit is contained in:
凌莞~(=^▽^=)
2024-08-12 14:50:43 +08:00
committed by GitHub

View File

@@ -82,7 +82,6 @@ namespace AquaMai.UX
{
UserDetail detail = userData.Detail;
_ = userData.ScoreList;
userData.AddPlayCount();
detail.EventWatchedDate = TimeManager.GetDateString(TimeManager.PlayBaseTime);
userData.CalcTotalValue();
float num = 0f;