Remove more Immich references
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
pingStatus.className = 'ml-2 text-sm ' + (j.ok ? 'text-green-600' : 'text-red-600');
|
||||
}
|
||||
if(j.ok){
|
||||
let text = `Connected to Immich at ${j.base_url}`;
|
||||
let text = `Connected server.`;
|
||||
if (j.album_name) text += ` | Uploading to album: "${j.album_name}"`;
|
||||
showBanner(text, 'ok');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user