mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
fix rewind page
This commit is contained in:
parent
46e216ebf5
commit
6e7e7a87cc
3 changed files with 16 additions and 14 deletions
|
|
@ -462,9 +462,9 @@ type NowPlaying = {
|
|||
};
|
||||
type RewindStats = {
|
||||
title: string;
|
||||
top_artists: Artist[];
|
||||
top_albums: Album[];
|
||||
top_tracks: Track[];
|
||||
top_artists: Ranked<Artist>[];
|
||||
top_albums: Ranked<Album>[];
|
||||
top_tracks: Ranked<Track>[];
|
||||
minutes_listened: number;
|
||||
avg_minutes_listened_per_day: number;
|
||||
plays: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue