feat: add now playing

This commit is contained in:
Gabe Farrell 2025-11-19 00:56:52 -05:00
parent 175f2d93ff
commit f1c6c28b56
3 changed files with 98 additions and 3 deletions

View file

@ -33,7 +33,7 @@ export default function Home() {
<TopArtists period={period} limit={homeItems} />
<TopAlbums period={period} limit={homeItems} />
<TopTracks period={period} limit={homeItems} />
<LastPlays limit={Math.floor(homeItems * 2.7)} />
<LastPlays showNowPlaying={true} limit={Math.floor(homeItems * 2.7)} />
</div>
</div>
</main>