fix(admin library): results are returned alphabetically

This commit is contained in:
DecDuck 2024-11-08 21:31:22 +11:00
parent a815542604
commit 33d37700e1
No known key found for this signature in database
GPG key ID: 3999E3EFEC9EEB74

View file

@ -75,6 +75,9 @@ class LibraryManager {
mIconId: true, mIconId: true,
libraryBasePath: true, libraryBasePath: true,
}, },
orderBy: {
mName: 'asc'
}
}); });
return await Promise.all( return await Promise.all(