fix: ensure preview ids are present
This commit is contained in:
@@ -1058,7 +1058,8 @@ class VideoPreviewService {
|
||||
|
||||
final allowedStream = _allowStream();
|
||||
if (!allowedStream) return;
|
||||
await fileDataService.syncFDStatus();
|
||||
|
||||
await _ensurePreviewIdsInitialized();
|
||||
await _putFilesForPreviewCreation();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user