◔
Waiting for tracks — paste a link above to start.
{% if queue_empty %}
{% else %}
🎵
Queue is empty
Paste a link from YouTube, SoundCloud, or Bandcamp above to get started.
-
{% for item in queue %}
-
{% if let Some(thumb) = item.thumbnail %}
{% else %} {% endif %}
{{ item.title }}{{ item.duration }}source
{% endfor %}
{% if !history.is_empty() %}
Played
-
{% for item in history %}
-
{% if let Some(thumb) = item.thumbnail %}
{% else %} {% endif %}
{{ item.title }}{{ item.duration }}source
{% endfor %}