diff --git a/bazarr/filesystem.py b/bazarr/filesystem.py index 78bf2f21c..f6d94c6ae 100644 --- a/bazarr/filesystem.py +++ b/bazarr/filesystem.py @@ -31,7 +31,7 @@ def browse_bazarr_filesystem(path='#'): parent = os.path.dirname(path) - result = {'directories': data} + result = {'directories': sorted(data, key=lambda i: i['name'])} if path == '#': result.update({'parent': '#'}) else: