mirror of
https://github.com/ente-io/ente.git
synced 2025-08-06 22:52:45 +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 =
|
||||
PreviewVideoStore.instance.isVideoStreamingEnabled &&
|
||||
widget.file.isUploaded &&
|
||||
// widget.file.localID == null &&
|
||||
widget.file.localID == null &&
|
||||
(FileDataService.instance.previewIds
|
||||
?.containsKey(widget.file.uploadedFileID!) ??
|
||||
false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user