mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use count_documents to get folder count
- map filenames with db data
This commit is contained in:
@@ -122,7 +122,13 @@ const playThis = (track: Track) => {
|
||||
margin: 0 0.5rem 0 0;
|
||||
background-image: url(../../assets/images/null.webp);
|
||||
}
|
||||
|
||||
.title {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.artist {
|
||||
word-break: break-all;
|
||||
font-size: small;
|
||||
color: rgba(255, 255, 255, 0.637);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user