mirror of
https://github.com/ente-io/ente.git
synced 2025-08-09 15:59:00 +00:00
fix: skip local videos for preview
This commit is contained in:
parent
b70de5cc67
commit
9f14d60b42
@ -56,7 +56,7 @@ class _VideoWidgetState extends State<VideoWidget> {
|
|||||||
final isPreviewVideoPlayable =
|
final isPreviewVideoPlayable =
|
||||||
PreviewVideoStore.instance.isVideoStreamingEnabled &&
|
PreviewVideoStore.instance.isVideoStreamingEnabled &&
|
||||||
widget.file.isUploaded &&
|
widget.file.isUploaded &&
|
||||||
// widget.file.localID == null &&
|
widget.file.localID == null &&
|
||||||
(FileDataService.instance.previewIds
|
(FileDataService.instance.previewIds
|
||||||
?.containsKey(widget.file.uploadedFileID!) ??
|
?.containsKey(widget.file.uploadedFileID!) ??
|
||||||
false);
|
false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user