Settings
Remove
{% if library %}
{{ title }}
{% if message %}
{{ message }}
{% endif %}
«
{% if library.tvshows %}
{% for item in library.tvshows %}
- {{ item.label }}{% if item.playcount %}
{% endif %}
{% endfor %}
{% endif %}
{% if library.seasons %}
{% for item in library.seasons %}
- {{ item.label }}{% if item.playcount %}
{% endif %}
{% endfor %}
{% endif %}
{% if library.episodes %}
{% for item in library.episodes %}
- {{ item.season }}x{{ item.episode }} - {{ item.label }}{% if item.playcount %}
{% endif %}
{% endfor %}
{% endif %}
{% if library.movies %}
{% for item in library.movies %}
- {{ item.label }}{% if item.playcount %}
{% endif %}
{% endfor %}
{% endif %}
{% else %}
Media Library
{% endif %}