Compare commits

...

2 Commits

Author SHA1 Message Date
Alex
d155a91c5b Merge branch 'main' of github.com:immich-app/immich into fix/mobile-double-endpoint 2026-03-12 09:42:57 -05:00
mertalev
779096bcaf remove server url 2026-03-11 18:18:53 -05:00

View File

@@ -176,10 +176,6 @@ class ApiService {
if (serverEndpoint != null && serverEndpoint.isNotEmpty) {
urls.add(serverEndpoint);
}
final serverUrl = Store.tryGet(StoreKey.serverUrl);
if (serverUrl != null && serverUrl.isNotEmpty) {
urls.add(serverUrl);
}
final localEndpoint = Store.tryGet(StoreKey.localEndpoint);
if (localEndpoint != null && localEndpoint.isNotEmpty) {
urls.add(localEndpoint);