Fixes
All checks were successful
Music Collection CI Workflow / test (./frontend) (push) Successful in 36s
Music Collection CI Workflow / test (./backend) (push) Successful in 29s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/music-collection-backend, ./backend) (push) Successful in 51s
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Successful in 1m50s
Music Collection CI Workflow / deploy (push) Successful in 23s

This commit is contained in:
Phill Pover 2025-04-07 06:49:10 +01:00
parent c5d89b516a
commit 4fcc93f37d

View File

@ -32,7 +32,8 @@ export class AlbumService {
order: { order: {
songs: { songs: {
trackNumber: "ASC" trackNumber: "ASC"
}, },
}
}); });
} }