diff --git a/app/config/config.py b/app/config/config.py index c0c8bae..f65454b 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -5,5 +5,6 @@ PREFERRED_URL_SCHEME = 'http' BOOTSTRAP_SERVE_LOCAL = True SUBSCRIBERS_SUPPORT = False EPG_SUPPORT = False +META_SUPPORT = False EPG_IN_DIRECTORY = '~/epg/in' -OMDB_KEY='d8a1f487' +OMDB_KEY = 'd8a1f487' diff --git a/app/templates/index.html b/app/templates/index.html index 9d5a7db..c4be2ce 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -19,12 +19,14 @@
+ {% if (config['META_SUPPORT']) %} + {% endif %}