mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 09:13:15 +03:00
feat: random memories sort order (#20025)
This commit is contained in:
@@ -71,6 +71,14 @@ export enum MemoryType {
|
||||
OnThisDay = 'on_this_day',
|
||||
}
|
||||
|
||||
export enum AssetOrderWithRandom {
|
||||
// Include existing values
|
||||
Asc = AssetOrder.Asc,
|
||||
Desc = AssetOrder.Desc,
|
||||
/** Randomly Ordered */
|
||||
Random = 'random',
|
||||
}
|
||||
|
||||
export enum Permission {
|
||||
All = 'all',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user