mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
27be813011
commit
ee4d9fff16
2 changed files with 4 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ export class AssetService {
|
|||
|
||||
return Object.keys(groups)
|
||||
.map(Number)
|
||||
.sort()
|
||||
.sort((a, b) => a - b)
|
||||
.filter((yearsAgo) => yearsAgo > 0)
|
||||
.map((yearsAgo) => ({
|
||||
yearsAgo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue