Actions
Bug #8146
closedFix media directory parsing sort order
Description
Sort order is currently based off filesystem. Change this to be alphabetical.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
It now uses natural sorting method based off filename. Note this is only done on initial parse. Already cached media results will not re-sort for speed purposes.
Actions