{% include "player/_page_title.html" %}

Reset Listening Data

Clears playback history, now-playing state, and listening-derived stats. Recently added albums, favorites, queue state, clients, and caches are kept.
{% for section in listening_data_sections %}

{{ section.label }}

{% for stat in section.stats %}
{{ stat.count|compact_count }}
{{ stat.label }}
{% endfor %}
{% endfor %}