From 6c4b26063859c077addb8622740b9b886710c6d8 Mon Sep 17 00:00:00 2001 From: "davidaghaian@student.cccd.edu" Date: Sat, 4 Aug 2018 13:59:08 -0700 Subject: [PATCH] Added config item to specify OMDB API Key --- misc/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/config.py b/misc/config.py index e3fbfba..eb05e46 100644 --- a/misc/config.py +++ b/misc/config.py @@ -55,6 +55,9 @@ class Config(object, metaclass=Singleton): 'profile': 'HD-1080p', 'root_folder': '/movies/' }, + 'omdb': { + 'api_key': '' + }, 'filters': { 'shows': { 'disabled_for': [],