Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this (patch...
[enigma2.git] / lib / python / Plugins / Extensions / MediaPlayer / plugin.py
index 0de820c84189591246b7ea1cf2ef7fe2337cb222..3207c09c3a2fe4b3e49ed1bd8cd97644c07b65c9 100644 (file)
@@ -750,6 +750,6 @@ def filescan(**kwargs):
 from Plugins.Plugin import PluginDescriptor
 def Plugins(**kwargs):
        return [
-               PluginDescriptor(name = "MediaPlayer", description = "Play back media files", where = PluginDescriptor.WHERE_SETUP, fnc = menu),
+               PluginDescriptor(name = "MediaPlayer", description = "Play back media files", where = PluginDescriptor.WHERE_MENU, fnc = menu),
                PluginDescriptor(name = "MediaPlayer", where = PluginDescriptor.WHERE_FILESCAN, fnc = filescan)
        ]