From 0706748d10f886afe827ef67489f271a0c0e1a97 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Mon, 7 Nov 2016 23:00:59 +0100 Subject: [PATCH] Accept plugins to ContentDB --- src/Content/ContentDb.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Content/ContentDb.py b/src/Content/ContentDb.py index 09870ffc..257d5849 100644 --- a/src/Content/ContentDb.py +++ b/src/Content/ContentDb.py @@ -2,8 +2,10 @@ import time from Db import Db from Config import config +from Plugin import PluginManager +@PluginManager.acceptPlugins class ContentDb(Db): def __init__(self, path): self.version = 4