mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): keep video volume (#2897)
* save video volume in asset-interaction.store.ts * move video-viewer-volume to preferences store save in localstorage by using persisted
This commit is contained in:
parent
82b89aa20b
commit
de7f66f983
2 changed files with 4 additions and 0 deletions
|
|
@ -35,3 +35,5 @@ export const mapSettings = persisted<MapSettings>('map-settings', {
|
|||
dateAfter: '',
|
||||
dateBefore: ''
|
||||
});
|
||||
|
||||
export const videoViewerVolume = persisted<number>('video-viewer-volume', 1, {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue