mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +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:
@@ -35,3 +35,5 @@ export const mapSettings = persisted<MapSettings>('map-settings', {
|
||||
dateAfter: '',
|
||||
dateBefore: ''
|
||||
});
|
||||
|
||||
export const videoViewerVolume = persisted<number>('video-viewer-volume', 1, {});
|
||||
|
||||
Reference in New Issue
Block a user