[F] The play count should be the PC count not the TRACK count.

This commit is contained in:
2024-08-12 12:45:20 +08:00 committed by GitHub
parent 4f57f8f5ef
commit d7f33d629c

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;