chore: format

This commit is contained in:
Adrian Castro
2024-03-28 01:14:16 +01:00
parent 3f91edc5b0
commit 1e66bc0c57

View File

@@ -326,7 +326,7 @@ export const DownloadManagerProvider: React.FC<{ children: ReactNode }> = ({
}; };
const downloadSegment = async ( const downloadSegment = async (
downloadId: string, downloadId: string,
segmentUrl: string, segmentUrl: string,
segmentFile: string, segmentFile: string,
headers: Record<string, string>, headers: Record<string, string>,