fix(lyrics): bump navidrome-music-player to 4.25.4 (#5661)

Pulls in the lyric timing fixes: lyrics no longer stack from the previous
song on rapid track changes (#5661), stay in sync after seeking/scrubbing
(including while paused), and show a music-note placeholder during intros
and gaps instead of the 'no lyrics' message.
This commit is contained in:
Deluan Quintão 2026-06-29 08:19:27 -04:00 committed by GitHub
parent 9b862e8833
commit 7303c9ca47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@ -23,7 +23,7 @@
"inflection": "^3.0.2",
"jwt-decode": "^4.0.0",
"lodash.throttle": "^4.1.1",
"navidrome-music-player": "4.25.3",
"navidrome-music-player": "4.25.4",
"prop-types": "^15.8.1",
"ra-data-json-server": "^3.19.12",
"ra-i18n-polyglot": "^3.19.12",
@ -8613,9 +8613,9 @@
"license": "MIT"
},
"node_modules/navidrome-music-player": {
"version": "4.25.3",
"resolved": "https://registry.npmjs.org/navidrome-music-player/-/navidrome-music-player-4.25.3.tgz",
"integrity": "sha512-0T87Mmbs6ls9g9CgwJwXBL7X11u0+6znBFJTG8HUPgBT0r8W6epVKqJhfdg8vqnT86QDByvvb1Hxp/W2M7Yacw==",
"version": "4.25.4",
"resolved": "https://registry.npmjs.org/navidrome-music-player/-/navidrome-music-player-4.25.4.tgz",
"integrity": "sha512-5N7N94aJMIAfKZ0EKFfsHD95q2HBTAnAWyju0JflKnF+2u9Gr3qwnp3ZaaIC2K3z2GA69z0hqK0aOQ40FYsFrw==",
"license": "MIT",
"dependencies": {
"@react-icons/all-files": "^4.1.0",

View File

@ -32,7 +32,7 @@
"inflection": "^3.0.2",
"jwt-decode": "^4.0.0",
"lodash.throttle": "^4.1.1",
"navidrome-music-player": "4.25.3",
"navidrome-music-player": "4.25.4",
"prop-types": "^15.8.1",
"ra-data-json-server": "^3.19.12",
"ra-i18n-polyglot": "^3.19.12",