mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): Fixed video unmutes when scrubbing (#9382)
Fixed video unmutes when scrubbing Co-authored-by: Tushar Harsora <tushar.harsora.harsora@oracle.com>
This commit is contained in:
parent
bb4843747b
commit
dd8d7732de
2 changed files with 3 additions and 3 deletions
|
|
@ -63,6 +63,7 @@ export const mapSettings = persisted<MapSettings>('map-settings', {
|
|||
});
|
||||
|
||||
export const videoViewerVolume = persisted<number>('video-viewer-volume', 1, {});
|
||||
export const videoViewerMuted = persisted<boolean>('video-viewer-muted', false, {});
|
||||
|
||||
export const isShowDetail = persisted<boolean>('info-opened', false, {});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue