fix
[vuplus_dvbapp] / lib / python / Plugins / Plugin.py
index 71b665b..b2808c8 100644 (file)
@@ -32,6 +32,9 @@ class PluginDescriptor:
        # delivered, and only on pre-loaded plugins
        WHERE_SESSIONSTART = 7
        
+       # start as teletext plugin. arguments: session, serviceref
+       WHERE_TELETEXT = 8
+       
        def __init__(self, name = "Plugin", where = [ ], description = "", icon = None, fnc = None):
                self.name = name
                if type(where) is list: