fix - count circuit breaker failures per logical call NOT per retry + actionable errors and placeholder in lidarr connection test

This commit is contained in:
Harvey
2026-04-03 23:49:50 +01:00
parent d65e1a7971
commit 491947ecab
4 changed files with 24 additions and 9 deletions
@@ -82,7 +82,7 @@
type="url"
bind:value={form.data.lidarr_url}
class="input input-bordered w-full"
placeholder="http://localhost:8686"
placeholder="http://lidarr:8686 or http://<host-ip>:8686"
/>
</div>