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();
|
||||||
|
|
Reference in a new issue