From f84e4fc367f1f492c24345308501ddb8e55ed85c Mon Sep 17 00:00:00 2001 From: l3uddz Date: Wed, 14 Mar 2018 14:08:23 +0000 Subject: [PATCH] no default tags in base_config so avoid constant addition during upgrade of configs. --- misc/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/config.py b/misc/config.py index 6534178..6c8268f 100644 --- a/misc/config.py +++ b/misc/config.py @@ -18,8 +18,6 @@ base_config = { 'profile': 'HD-1080p', 'root_folder': '/tv/', 'tags': { - 'amzn': ['hbo', 'amc', 'usa network', 'tnt', 'starz', 'the cw', 'fx', 'fox', 'abc', 'nbc', 'cbs', 'tbs', - 'amazon', 'syfy', 'cinemax', 'bravo', 'showtime'] } }, 'radarr': {