From 2327797dd8f33d1134828ec88d3087eb19f016d9 Mon Sep 17 00:00:00 2001 From: stoney420 Date: Fri, 27 Jun 2025 18:13:31 +0200 Subject: [PATCH] Update config/settings.json --- config/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/settings.json b/config/settings.json index 4a2237e..97352d0 100644 --- a/config/settings.json +++ b/config/settings.json @@ -1,7 +1,8 @@ { "remove_duplicates": true, "sort_channels": true, - "validate_urls": false, "backup_before_import": true, - "auto_cleanup_import": true + "auto_cleanup_import": true, + "auto_detect_country": true, + "normalize_country_names": true } \ No newline at end of file