mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
parent
c6defd453b
commit
e07a91f9c2
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ class RemoteImageApiDelegate: NSObject, URLSessionDataDelegate {
|
||||||
kCGImageSourceShouldCache: false,
|
kCGImageSourceShouldCache: false,
|
||||||
kCGImageSourceShouldCacheImmediately: true,
|
kCGImageSourceShouldCacheImmediately: true,
|
||||||
kCGImageSourceCreateThumbnailWithTransform: true,
|
kCGImageSourceCreateThumbnailWithTransform: true,
|
||||||
|
kCGImageSourceCreateThumbnailFromImageAlways: true
|
||||||
] as CFDictionary
|
] as CFDictionary
|
||||||
|
|
||||||
func urlSession(
|
func urlSession(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue