From 4bfefb5723b00903c82179d7cd239cf433c21888 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:10:31 +0200 Subject: [PATCH] add SUPPORTS_ flags for Filen, #173 --- lib/rclone/constants.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/rclone/constants.ts b/lib/rclone/constants.ts index 99b5fd4..b15e6d5 100644 --- a/lib/rclone/constants.ts +++ b/lib/rclone/constants.ts @@ -27,6 +27,7 @@ export const SUPPORTS_CLEANUP = [ 'b2', 'box', 'filefabric', + 'filen', 'drive', 'internetarchive', 'jottacloud', @@ -50,6 +51,7 @@ export const SUPPORTS_PURGE = [ 'dropbox', 'filefabric', 'filescom', + 'filen', 'gofile', 'gcs', 'drive', @@ -85,6 +87,7 @@ export const SUPPORTS_ABOUT = [ 'dropbox', 'gofile', 'drive', + 'filen', 'hdfs', 'internetarchive', 'jottacloud',