mirror of
https://github.com/immich-app/immich.git
synced 2026-03-10 20:03:44 -04:00
use new event name
This commit is contained in:
parent
5e095bd96e
commit
2d049d8c2a
@ -71,7 +71,7 @@ class URLSessionManager: NSObject {
|
||||
NotificationCenter.default.addObserver(
|
||||
Self.self,
|
||||
selector: #selector(Self.cookiesDidChange),
|
||||
name: NSHTTPCookieManagerCookiesChangedNotification,
|
||||
name: NSNotification.Name.NSHTTPCookieManagerCookiesChanged,
|
||||
object: Self.cookieStorage
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user