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 {