mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-11 23:35:43 -04:00
fixed download services
This commit is contained in:
@@ -65,7 +65,7 @@ public sealed record DownloadClientConfig
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
[JsonIgnore]
|
||||
public Uri Url => new($"{Host?.ToString().TrimEnd('/')}/{UrlBase.TrimStart('/').TrimEnd('/')}");
|
||||
public Uri Url => new($"{Host?.ToString().TrimEnd('/')}/{UrlBase?.TrimStart('/').TrimEnd('/')}");
|
||||
|
||||
/// <summary>
|
||||
/// Validates the configuration
|
||||
|
||||
Reference in New Issue
Block a user