mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-26 00:36:41 +01:00
feat: upgrade to native wind v5
This commit is contained in:
@@ -170,11 +170,12 @@ export function useDownloadEventHandlers({
|
||||
try {
|
||||
const { item, mediaSource } = process;
|
||||
const videoFile = new File("", event.filePath);
|
||||
const videoFileSize = videoFile.size || 0;
|
||||
const fileInfo = videoFile.info();
|
||||
const videoFileSize = fileInfo.size || 0;
|
||||
const filename = generateFilename(item);
|
||||
|
||||
console.log(
|
||||
`[COMPLETE] Video download complete, starting additional downloads for ${item.Name}`,
|
||||
`[COMPLETE] Video download complete (${videoFileSize} bytes), starting additional downloads for ${item.Name}`,
|
||||
);
|
||||
|
||||
// Download additional assets (trickplay, subtitles, cover images, segments)
|
||||
|
||||
Reference in New Issue
Block a user