mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
Update:User permission tags accessible to user are alphabetized #2667
This commit is contained in:
parent
e60d2a9858
commit
cd7ecb9933
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class MiscController {
|
||||||
}
|
}
|
||||||
|
|
||||||
res.json({
|
res.json({
|
||||||
tags: tags
|
tags: tags.sort((a, b) => a.toLowerCase().localeCompare(b.toLowerCase()))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue