1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

fix(mobile): live photos playback (#14731)

This commit is contained in:
Alex 2024-12-16 15:00:49 -06:00 committed by GitHub
parent c7b44bef81
commit a2dd9622a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');