mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: make memories slideshow duration configurable (#22783)
This commit is contained in:
parent
4905bba694
commit
9cc88ed2a6
11 changed files with 65 additions and 4 deletions
|
|
@ -152,6 +152,7 @@ export type FoldersResponse = {
|
|||
sidebarWeb: boolean;
|
||||
};
|
||||
export type MemoriesResponse = {
|
||||
duration: number;
|
||||
enabled: boolean;
|
||||
};
|
||||
export type PeopleResponse = {
|
||||
|
|
@ -209,6 +210,7 @@ export type FoldersUpdate = {
|
|||
sidebarWeb?: boolean;
|
||||
};
|
||||
export type MemoriesUpdate = {
|
||||
duration?: number;
|
||||
enabled?: boolean;
|
||||
};
|
||||
export type PeopleUpdate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue