mirror of
https://github.com/immich-app/immich.git
synced 2026-03-26 20:00:44 +03:00
refactor
This commit is contained in:
@@ -50,8 +50,6 @@ class RemoteImageApiImpl: NSObject, RemoteImageApi {
|
||||
func cancelRequest(requestId: Int64) {
|
||||
Self.delegate.cancel(requestId: requestId)
|
||||
}
|
||||
|
||||
func releaseImage(requestId: Int64) throws {}
|
||||
}
|
||||
|
||||
class RemoteImageApiDelegate: NSObject, URLSessionDataDelegate {
|
||||
|
||||
Reference in New Issue
Block a user