mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
refactor: rename preloadManager to imageManager (#25436)
rename: preloadManager to imageManager
This commit is contained in:
parent
9b2939d778
commit
a96a08939e
36 changed files with 148 additions and 152 deletions
|
|
@ -5660,6 +5660,7 @@ export enum MirrorAxis {
|
|||
Vertical = "vertical"
|
||||
}
|
||||
export enum AssetMediaSize {
|
||||
Original = "original",
|
||||
Fullsize = "fullsize",
|
||||
Preview = "preview",
|
||||
Thumbnail = "thumbnail"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue