eslint fix
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
'use client';
|
||||
|
||||
import React from 'react';
|
||||
import { useDownload } from '@/contexts/DownloadContext';
|
||||
|
||||
import { M3U8DownloadTask } from '@/lib/m3u8-downloader';
|
||||
|
||||
import { useDownload } from '@/contexts/DownloadContext';
|
||||
|
||||
export function DownloadPanel() {
|
||||
const { tasks, showDownloadPanel, setShowDownloadPanel, startTask, pauseTask, cancelTask, retryFailedSegments, getProgress } = useDownload();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user