mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Change playlist detail bg calc algorithm
This commit is contained in:
parent
72cbd23089
commit
861fcec14f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const PlaylistDetailRoute = () => {
|
||||||
const background = useFastAverageColor(
|
const background = useFastAverageColor(
|
||||||
detailQuery?.data?.imageUrl,
|
detailQuery?.data?.imageUrl,
|
||||||
!detailQuery?.isLoading,
|
!detailQuery?.isLoading,
|
||||||
'dominant',
|
'sqrt',
|
||||||
);
|
);
|
||||||
|
|
||||||
const handlePlayQueueAdd = usePlayQueueAdd();
|
const handlePlayQueueAdd = usePlayQueueAdd();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue