mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 09:15:05 +03:00
feat: make memories slideshow duration configurable (#22783)
This commit is contained in:
@@ -497,6 +497,7 @@ export interface UserPreferences {
|
||||
};
|
||||
memories: {
|
||||
enabled: boolean;
|
||||
duration: number;
|
||||
};
|
||||
people: {
|
||||
enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user