mirror of
https://github.com/immich-app/immich.git
synced 2026-06-08 07:45:16 -04:00
fix: fixed store model id
This commit is contained in:
@@ -71,8 +71,8 @@ enum StoreKey<T> {
|
||||
readonlyModeEnabled<bool>._(138),
|
||||
|
||||
// Album grid/list view settings
|
||||
albumGridView<bool>._(139),
|
||||
autoPlayVideo<bool>._(140),
|
||||
autoPlayVideo<bool>._(139),
|
||||
albumGridView<bool>._(140),
|
||||
|
||||
// Experimental stuff
|
||||
photoManagerCustomFilter<bool>._(1000),
|
||||
|
||||
Reference in New Issue
Block a user