moqbox
{{ room_name }} {{ room_id }}
0 viewers
🔇
0:00 / 0:00
Waiting for tracks — paste a link above to start.
{% if queue_empty %}
🎵
Queue is empty
Paste a link from YouTube, SoundCloud, or Bandcamp above to get started.
{% else %}
    {% for item in queue %}
  • {% if let Some(thumb) = item.thumbnail %} {% else %}
    {% endif %}
    {{ item.title }}
    {{ item.duration }}
    source
  • {% endfor %}
{% endif %}
{% if !history.is_empty() %}
Played
    {% for item in history %}
  • {% if let Some(thumb) = item.thumbnail %} {% else %}
    {% endif %}
    {{ item.title }}
    {{ item.duration }}
    source
  • {% endfor %}
{% endif %}
disconnected