feat: loading local songs, basic association

association used to load existing playlists with local files
This commit is contained in:
2026-09-02 14:23:16 +02:00
parent aba98d3122
commit 8a3dd7a583
24 changed files with 542 additions and 113 deletions
+9 -6
View File
@@ -30,15 +30,18 @@
}
}
>img {
height: 7rem;
width: 7rem;
margin-right: 20px;
}
>.fa-solid {
margin-left: auto;
font-size: 2rem;
}
>img,
.img-placeholder {
height: 7rem;
width: 7rem;
margin-right: 20px;
font-size: 6rem;
margin-left: 0;
}
}
}