X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e8f443313e47e0653d61d23c90352572194e5608..287f7c2cfaf264b079cce1bf789d118ee444180f:/lib/python/Screens/PluginBrowser.py diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index 5ba7043d..15e6dc8a 100644 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -184,7 +184,7 @@ class PluginDownloadBrowser(Screen): self.remainingdata = "" for x in lines: - plugin = x.split(" - ") + plugin = x.split(" - ", 2) if len(plugin) == 3: if self.run == 1 and self.type == self.DOWNLOAD: self.installedplugins.append(plugin[0])