fix lastfm, fix meta tags, run ci on linux
Some checks failed
/ build (push) Failing after 10s

This commit is contained in:
Soph :3 2025-10-26 17:26:05 +02:00
parent d5e744c702
commit bc880cfa1c
3 changed files with 8 additions and 6 deletions

View file

@ -68,7 +68,7 @@ const lastFM = {
};
(async () => {
const recentTracks = await lastFM.getRecentTracks("yourfriendoss");
const recentTracks = await lastFM.getRecentTracks("fucksophie");
const track = recentTracks.recenttracks.track[0];
if (!track) return;
const lastFMElement = document.getElementById("lastfm")!;