copyparty
copyparty copied to clipboard
Unexpected directory sorting order
Describe the bug
If you have 2 directories: a and a b, a b is sorted before a when sorted by name ascending. Curiously, this only applies to directories: if they are files a and a b, a is correctly sorted before a b.
Expected behavior
Sorting order for directories to behave like files.