From 7e335d36ec0ad8543ada254fe35c79ba127c7c57 Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Thu, 15 Jul 2021 17:20:57 +0200 Subject: fix: Correctly loading of the backends in the UI --- Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Duplicati/Library/Backend/Tardigrade') 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. /// - 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"; -- cgit v1.2.3