Skip to content

Commit caf8b44

Browse files
committed
Doc
1 parent 1433f74 commit caf8b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tauon/t_modules/t_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def __init__(self, bag: Bag, tracklist_texture_rect: sdl3.SDL_Rect, tracklist_te
776776

777777
@dataclass
778778
class StarRecord:
779-
"Playtime in seconds, rating, loved status and loved timestamp"
779+
"Playtime in seconds, 0 to 10 rating, loved status and loved timestamp"
780780
playtime: float
781781
rating: int
782782
loved: bool

0 commit comments

Comments
 (0)