x
Currently Playing
{% if playlist %}
{% if playlist.limits.total >= 1 %}
{% for item in playlist['items'] %}
-
{{ item.label }}
{% endfor %}
{% else %}
The {% if playlist.id == 0 %}audio{% else %}video{% endif %} playlist is empty.
{% endif %}
{% endif %}