mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(mobile): video player disposes early (#2275)
* fix(mobile): video player disposes early * fixed show download button based on asset state * style icon size * disable screensleep on video player * better position for video * better scroll physics on iOS
This commit is contained in:
parent
8a45c258c5
commit
c8d3faec6d
4 changed files with 53 additions and 35 deletions
|
|
@ -371,6 +371,8 @@ class Asset {
|
|||
"fileName": "$fileName",
|
||||
"isFavorite": $isFavorite,
|
||||
"isLocal": $isLocal,
|
||||
"isRemote: $isRemote,
|
||||
"storage": $storage,
|
||||
"width": ${width ?? "N/A"},
|
||||
"height": ${height ?? "N/A"},
|
||||
"isArchived": $isArchived
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue