From 032215524946a9f72b1bb16a18978e216f035c3c Mon Sep 17 00:00:00 2001 From: stoney420 Date: Fri, 27 Jun 2025 17:37:52 +0200 Subject: [PATCH] Add config/settings.json --- config/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/settings.json diff --git a/config/settings.json b/config/settings.json new file mode 100644 index 0000000..4a2237e --- /dev/null +++ b/config/settings.json @@ -0,0 +1,7 @@ +{ + "remove_duplicates": true, + "sort_channels": true, + "validate_urls": false, + "backup_before_import": true, + "auto_cleanup_import": true +} \ No newline at end of file