feat(admin-audio): sort the track list newest-first
The /admin/audio track list ordered by position ASC, so new uploads (position = MAX+1) landed at
the bottom. Order by created_at DESC (position DESC tiebreak) so the newest track is on top.
src/routes/admin-audio.js — ORDER BY created_at DESC
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.