{# PLAY #}
{% if page_name != "Queue" %}
{% endif %}
|
{# TRACK #}
{% if audio.track and not audio.tracktotal %}{{ audio.track }}{% endif %}
{% if audio.track and audio.tracktotal and audio.tracktotal != "0" %}{{ audio.track }}/{{ audio.tracktotal }}{% endif %}
{% if audio.track and audio.tracktotal and audio.tracktotal == "0" %}{{ audio.track }}{% endif %}
|
{% if playlist_add %}
{# ADD #}
|
{% endif %}
{# TITLE #}
{% if audio.title %}
{{ audio.title }}
{% else %}
{{ audio.file_name }}
{% endif %}
|
{# MOBILE TITLE #}
{% if audio.title %}
{{ audio.title_mobile }}
{% else %}
{{ audio.file_name_mobile }}
{% endif %}
|
{# ALBUM #}
{% if audio.album %}{{ audio.album }}{% endif %}
|
{% if audio.artist %}{{ audio.artist }}{% endif %}
|
{% if audio.length %}{{ audio.length }}{% endif %}
|
{% if secret_key and playlist_rm %}
|
{% endif %}