Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopperDEL <github_com@tparth.de>2021-07-15 18:20:57 +0300
committerTopperDEL <github_com@tparth.de>2021-07-15 18:20:57 +0300
commit7e335d36ec0ad8543ada254fe35c79ba127c7c57 (patch)
treea87013a79b1619d74c9e3f2e17acaafa9ebe4925 /Duplicati/Library/Backend/Tardigrade
parent0960fdfbd8a5856bbe9102be95837f52c6a06f94 (diff)
fix: Correctly loading of the backends in the UI
Diffstat (limited to 'Duplicati/Library/Backend/Tardigrade')
-rw-r--r--Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
index 2ef32099f..255830500 100644
--- a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
+++ b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
@@ -22,7 +22,7 @@ namespace Duplicati.Library.Backend.Tardigrade
/// Tardigrade-Backend hands it's logic over to Storj DCS. Only the UI-specific part, the config-parameters and
/// the protocol-key stay here named for Tardigrade.
/// </summary>
- public class Tardigrade : Duplicati.Library.Backend.Storj.Storj
+ public class Tardigrade : Duplicati.Library.Backend.Storj.Storj, IStreamingBackend
{
private const string TARDIGRADE_AUTH_METHOD = "tardigrade-auth-method";
private const string TARDIGRADE_SATELLITE = "tardigrade-satellite";