mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
fix(mobile): live photos playback (#14731)
This commit is contained in:
@@ -60,7 +60,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
|
||||
|
||||
try {
|
||||
final local = asset.local;
|
||||
if (local != null) {
|
||||
if (local != null && asset.livePhotoVideoId == null) {
|
||||
final file = await local.file;
|
||||
if (file == null) {
|
||||
throw Exception('No file found for the video');
|
||||
|
||||
Reference in New Issue
Block a user