mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: sync stream album assets type order (#19540)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
2a8019726c
commit
fda22c83b9
2 changed files with 8 additions and 1 deletions
|
|
@ -58,9 +58,9 @@ export const SYNC_TYPES_ORDER = [
|
|||
SyncRequestType.PartnersV1,
|
||||
SyncRequestType.AssetsV1,
|
||||
SyncRequestType.PartnerAssetsV1,
|
||||
SyncRequestType.AlbumAssetsV1,
|
||||
SyncRequestType.AlbumsV1,
|
||||
SyncRequestType.AlbumUsersV1,
|
||||
SyncRequestType.AlbumAssetsV1,
|
||||
SyncRequestType.AlbumToAssetsV1,
|
||||
SyncRequestType.AssetExifsV1,
|
||||
SyncRequestType.AlbumAssetExifsV1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue