{% extends "settings/_layout.html" %} {% block settings_title %}Jobs{% endblock %} {% block settings_content %} {% if request.query_params.get('started') %}
| Job | Status | Next run | |
|---|---|---|---|
|
{{ job.label }}
{% if job.description %}{{ job.description }} {% endif %}
|
{% if job.enabled %}enabled{% else %}disabled{% endif %} | {{ job.next_run }} |
Playlist syncs are triggered from each playlist's own page.
| Job | Status | Triggered by | Summary |
|---|