mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(mobile): duplicate server urls returned (#26864)
remove server url Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
48fe111daa
commit
ff936f901d
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue