Remove more Immich references

This commit is contained in:
2025-11-22 21:03:40 -07:00
parent fc86d6cc11
commit 0080b21bb0
3 changed files with 5 additions and 5 deletions

View File

@@ -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');
}