mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
sort volume listing
This commit is contained in:
parent
82fe45ac56
commit
a033388d2b
|
@ -726,6 +726,7 @@ class AuthSrv(object):
|
|||
axs = getattr(vol.axs, axs_key)
|
||||
if usr in axs or "*" in axs:
|
||||
umap[usr].append(mp)
|
||||
umap[usr].sort()
|
||||
setattr(vfs, "a" + perm, umap)
|
||||
|
||||
all_users = {}
|
||||
|
|
Loading…
Reference in a new issue