fix: ensure preview ids are present

This commit is contained in:
Prateek Sunal
2025-08-25 23:32:57 +05:30
parent 0a2bff67bf
commit dcfad86c47

View File

@@ -1058,7 +1058,8 @@ class VideoPreviewService {
final allowedStream = _allowStream();
if (!allowedStream) return;
await fileDataService.syncFDStatus();
await _ensurePreviewIdsInitialized();
await _putFilesForPreviewCreation();
});
}