From 516447a1048470433e10efdb6ac657464f9d5f06 Mon Sep 17 00:00:00 2001 From: mano3m Date: Sun, 1 Sep 2013 00:30:11 +0200 Subject: [PATCH] Remove movie_dict --- couchpotato/core/plugins/release/main.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/couchpotato/core/plugins/release/main.py b/couchpotato/core/plugins/release/main.py index 2c1e2f54..97e350c5 100644 --- a/couchpotato/core/plugins/release/main.py +++ b/couchpotato/core/plugins/release/main.py @@ -17,14 +17,6 @@ log = CPLog(__name__) class Release(Plugin): - default_movie_dict = { - 'profile': {'types': {'quality': {}}}, - 'releases': {'status': {}, 'quality': {}, 'files':{}, 'info': {}}, - 'library': {'titles': {}, 'files':{}}, - 'files': {}, - 'status': {} - } - def __init__(self): addEvent('release.add', self.add)