From 0981c66465f2619ec0d912ebe9bb218068ef220a Mon Sep 17 00:00:00 2001 From: TopperDEL Date: Thu, 15 Jul 2021 17:15:03 +0200 Subject: feat: Create a copy of old Tardigrade-Backend with reuse of new Storj-Backend --- Duplicati/Library/Backend/Storj/StorjConfig.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Duplicati/Library/Backend/Storj/StorjConfig.cs') diff --git a/Duplicati/Library/Backend/Storj/StorjConfig.cs b/Duplicati/Library/Backend/Storj/StorjConfig.cs index 5fea0da2d..7b449645f 100644 --- a/Duplicati/Library/Backend/Storj/StorjConfig.cs +++ b/Duplicati/Library/Backend/Storj/StorjConfig.cs @@ -5,7 +5,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace Duplicati.Library.Backend.Tardigrade +namespace Duplicati.Library.Backend.Storj { public class StorjConfig : IWebModule { @@ -56,11 +56,11 @@ namespace Duplicati.Library.Backend.Tardigrade switch (ct) { case ConfigType.Satellites: - return Tardigrade.KNOWN_STORJ_SATELLITES; + return Storj.KNOWN_STORJ_SATELLITES; case ConfigType.AuthenticationMethods: - return Tardigrade.KNOWN_AUTHENTICATION_METHODS; + return Storj.KNOWN_AUTHENTICATION_METHODS; default: - return Tardigrade.KNOWN_STORJ_SATELLITES; + return Storj.KNOWN_STORJ_SATELLITES; } } #endregion -- cgit v1.2.3