mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -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)
|
axs = getattr(vol.axs, axs_key)
|
||||||
if usr in axs or "*" in axs:
|
if usr in axs or "*" in axs:
|
||||||
umap[usr].append(mp)
|
umap[usr].append(mp)
|
||||||
|
umap[usr].sort()
|
||||||
setattr(vfs, "a" + perm, umap)
|
setattr(vfs, "a" + perm, umap)
|
||||||
|
|
||||||
all_users = {}
|
all_users = {}
|
||||||
|
|
Loading…
Reference in a new issue