mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
improve library header loading
This commit is contained in:
@@ -472,7 +472,7 @@ export const FullScreenPlayer = () => {
|
||||
}, [location, setStore]);
|
||||
|
||||
const currentSong = useCurrentSong();
|
||||
const { color: background } = useFastAverageColor({
|
||||
const { background } = useFastAverageColor({
|
||||
algorithm: 'dominant',
|
||||
src: currentSong?.imageUrl,
|
||||
srcLoaded: true,
|
||||
|
||||
Reference in New Issue
Block a user