From 48ed071af9d3234861a696ca574fc56436c1ae03 Mon Sep 17 00:00:00 2001 From: zx <834688422@qq.com> Date: Sat, 23 Mar 2024 17:18:29 +0800 Subject: [PATCH] fix bug --- src/components/OnlineList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/OnlineList/index.tsx b/src/components/OnlineList/index.tsx index 8818425..1a1f608 100644 --- a/src/components/OnlineList/index.tsx +++ b/src/components/OnlineList/index.tsx @@ -6,7 +6,7 @@ import ListMenu, { type ListMenuType, type Position, type SelectInfo } from './L import ListMusicMultiAdd, { type MusicMultiAddModalType as ListAddMultiType } from '@/components/MusicMultiAddModal' import ListMusicAdd, { type MusicAddModalType as ListMusicAddType } from '@/components/MusicAddModal' import MultipleModeBar, { type MultipleModeBarType, type SelectMode } from './MultipleModeBar' -import { handleDislikeMusic, handlePlay, handlePlayLater, handleShare } from './listAction' +import { handelDownload, handleDislikeMusic, handlePlay, handlePlayLater, handleShare } from './listAction' import { createStyle } from '@/utils/tools' export interface OnlineListProps {