From e0f86458c8abbd5ba9110b9ef9d6f0c23dde03ab Mon Sep 17 00:00:00 2001 From: inpos Date: Sat, 11 Feb 2017 20:09:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D1=85=D0=BE=D0=B4=20=D0=B8=D0=B7?= =?UTF-8?q?=20=D0=B0=D0=BA=D0=BA=D0=B0=D1=83=D0=BD=D1=82=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BB=D0=B6=D0=B5=D0=BD=20=D0=B1=D1=8B=D1=82=D1=8C=20?= =?UTF-8?q?=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=BD=D0=B0=20=D0=B3?= =?UTF-8?q?=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon.xml | 2 +- default.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/addon.xml b/addon.xml index 0d2baf7..1b2fb82 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/default.py b/default.py index 143d34e..b34e62b 100644 --- a/default.py +++ b/default.py @@ -7,7 +7,7 @@ import urllib2 from urllib import urlencode import re -_VERSION = '1.0.0' +_VERSION = '1.1.3' _ADDON_NAME = 'kodi-vk.inpos.ru' _addon = xbmcaddon.Addon(id = _ADDON_NAME) @@ -701,10 +701,10 @@ class KodiVkGUI: self.root.add_folder(self._string(400512), {'do': _DO_MEMBERS, 'oid': -int(oid), 'page': 1}) if oid == self.root.u.id: self.root.add_folder(self._string(400514), {'do': _DO_MAIN_FAVE}) - xbmcplugin.addDirectoryItem(_addon_id, None, xbmcgui.ListItem(''), isFolder = False) - xbmcplugin.addDirectoryItem(_addon_id, None, xbmcgui.ListItem(''), isFolder = False) - xbmcplugin.addDirectoryItem(_addon_id, None, xbmcgui.ListItem(''), isFolder = False) - self.root.add_folder(self._string(400526), {'do': _DO_LOGOUT}) + xbmcplugin.addDirectoryItem(_addon_id, None, xbmcgui.ListItem(''), isFolder = False) + xbmcplugin.addDirectoryItem(_addon_id, None, xbmcgui.ListItem(''), isFolder = False) + xbmcplugin.addDirectoryItem(_addon_id, None, xbmcgui.ListItem(''), isFolder = False) + self.root.add_folder(self._string(400526), {'do': _DO_LOGOUT}) xbmcplugin.endOfDirectory(_addon_id) def __create_group_list_(self, groups): for g in groups['items']: