@page "/Cards/PlayRecords/{cardId:long}" Song Play Records

Song Play Records

@if (errorMessage is not null) { @errorMessage return; } @if (songPlayRecords is null) { return; } Played Songs Song Play Details Difficulty Play Count Clear State Score Rating Max Chain Last Play Time @stage.Difficulty @stage.PlayCount @stage.ClearState @stage.Score @GetRating(stage.Score) @stage.MaxChain @stage.LastPlayTime