From 14a4cc86679e69c0a56f4bcfddeea4d6be4f1f07 Mon Sep 17 00:00:00 2001 From: l3uddz Date: Wed, 7 Mar 2018 14:56:36 +0000 Subject: [PATCH] changed fxx to fx in default config network tag setting. --- misc/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config.py b/misc/config.py index 00f6fab..46f6133 100644 --- a/misc/config.py +++ b/misc/config.py @@ -18,7 +18,7 @@ base_config = { 'profile': 'HD-1080p', 'root_folder': '/tv/', 'tags': { - 'amzn': ['hbo', 'amc', 'usa network', 'tnt', 'starz', 'the cw', 'fxx', 'fox', 'abc', 'nbc', 'cbs', 'tbs', + 'amzn': ['hbo', 'amc', 'usa network', 'tnt', 'starz', 'the cw', 'fx', 'fox', 'abc', 'nbc', 'cbs', 'tbs', 'amazon', 'syfy', 'cinemax'] } },