Deluge update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Elias Jansson
2026-01-27 19:02:17 +01:00
parent 4de264f767
commit 163ee7beea

View File

@@ -8,7 +8,7 @@ namespace Aberwyn.Data
private readonly HttpClient _http;
private readonly string _url;
private string _sessionId;
//should fix settings password
public DelugeClient(HttpClient httpClient, string baseUrl = "http://192.168.10.7:8112/json")
{
_http = httpClient;