added support for Radarr

This commit is contained in:
Marius Nechifor
2024-11-13 22:37:00 +02:00
committed by GitHub
parent 906be45758
commit 513134fd65
29 changed files with 484 additions and 314 deletions

View File

@@ -2,6 +2,8 @@
public sealed class QBitConfig
{
public const string SectionName = "qBittorrent";
public required Uri Url { get; set; }
public required string Username { get; set; }