{% extends 'base.html' %} {% block headtitle %}Reset tasks{% endblock %} {% block content %}

Reset tasks

If your TubeSync installation has gotten itself into any form of synchronisation state issues (such you moved then restored files on disk) and the state in TubeSync isn't up to date you can use this button to force a state reset.

This will delete all current tasks then all souces will be checked for their states and new tasks to be created where required.

{% csrf_token %} {% include 'simpleform.html' with form=form %}
{% endblock %}