[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 a6a8734599
commit bf5691bdb6

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;