fix: sync previewIds after enabling streaming

This commit is contained in:
Prateek Sunal
2025-02-19 18:31:57 +05:30
parent 503c2506aa
commit 2fe6df5d21

View File

@@ -82,6 +82,7 @@ class PreviewVideoStore {
Bus.instance.fire(VideoStreamingChanged());
if (isVideoStreamingEnabled) {
await FileDataService.instance.syncFDStatus();
_putFilesForPreviewCreation().ignore();
} else {
clearQueue();