mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(server): added additional storage template preset (#1903)
This commit is contained in:
parent
434c1a0f20
commit
aef5a48fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export const supportedPresetTokens = [
|
|||
'{{y}}-{{MM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}-{{MMM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}-{{MMMM}}-{{dd}}/{{filename}}',
|
||||
'{{y}}/{{y}}-{{MM}}/{{filename}}',
|
||||
];
|
||||
|
||||
export const INITIAL_SYSTEM_CONFIG = 'INITIAL_SYSTEM_CONFIG';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue