pull/2205/head
dgtlmoon 2 months ago
parent e4e14f5d78
commit 1ed1ac2a1e

@ -429,7 +429,7 @@ def changedetection_app(config=None, datastore_o=None):
datastore.data['watching'][uuid].toggle_mute()
datastore.needs_write = True
return redirect(url_for('index', tag = limit_tag))
return redirect(url_for('index', tag = active_tag_uuid))
# Sort by last_changed and add the uuid which is usually the key..
sorted_watches = []

Loading…
Cancel
Save