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',