mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
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:
parent
9b862e8833
commit
7303c9ca47
8
ui/package-lock.json
generated
8
ui/package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user