mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Change playlist detail bg calc algorithm
This commit is contained in:
@@ -21,7 +21,7 @@ const PlaylistDetailRoute = () => {
|
||||
const background = useFastAverageColor(
|
||||
detailQuery?.data?.imageUrl,
|
||||
!detailQuery?.isLoading,
|
||||
'dominant',
|
||||
'sqrt',
|
||||
);
|
||||
|
||||
const handlePlayQueueAdd = usePlayQueueAdd();
|
||||
|
||||
Reference in New Issue
Block a user