diff --git a/frigate/http.py b/frigate/http.py index 4060295e1..01df6ed8a 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -333,6 +333,7 @@ def get_sub_labels(): if not (part.strip()) in sub_labels: sub_labels.append(part.strip()) + sub_labels.sort() return jsonify(sub_labels)