diff --git a/packages/block-library/CHANGELOG.md b/packages/block-library/CHANGELOG.md
index 263891b6f4c018..84edcec6fd16e4 100644
--- a/packages/block-library/CHANGELOG.md
+++ b/packages/block-library/CHANGELOG.md
@@ -18,6 +18,7 @@
### Bug Fixes
- Footnotes: Treat unreadable `footnotes` post meta as no footnotes instead of throwing, so the block shows its placeholder rather than the block crash warning ([#81201](https://github.com/WordPress/gutenberg/pull/81201)).
+- Playlist Track: Show the upload loading indicator inline with the track row.
- Playlist: Improve handling of declarative waveform player configuration ([#81342](https://github.com/WordPress/gutenberg/pull/81342)).
### Internal
diff --git a/packages/block-library/src/playlist-track/edit.js b/packages/block-library/src/playlist-track/edit.js
index 5e333bb1147c16..c73e245347be32 100644
--- a/packages/block-library/src/playlist-track/edit.js
+++ b/packages/block-library/src/playlist-track/edit.js
@@ -251,7 +251,6 @@ const PlaylistTrackEdit = ( {