mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 22:37:46 +01:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
![]() |
().all_songs.for_each({id: id, title: title, album: album, artist: artist, cover: cover} -> {
|
||
|
5.sleep
|
||
|
("Adding '", title, "' to queue.").concat.eprintln
|
||
|
().as_list.queue_add_song(id)
|
||
|
})
|