mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-12 12:25:10 +00:00
Version bump 3.0.27a
This commit is contained in:
parent
4b2baa9165
commit
55c467afa0
3 changed files with 5 additions and 16 deletions
|
@ -73,20 +73,6 @@ class ContextMenu(xbmcgui.WindowXMLDialog):
|
|||
|
||||
self.close()
|
||||
|
||||
def _add_editcontrol(self, x, y, height, width, password=0):
|
||||
|
||||
media = os.path.join(addon.getAddonInfo('path'), 'resources', 'skins', 'default', 'media')
|
||||
control = xbmcgui.ControlImage(0, 0, 0, 0,
|
||||
filename=os.path.join(media, "white.png"),
|
||||
aspectRatio=0,
|
||||
colorDiffuse="ff111111")
|
||||
control.setPosition(x, y)
|
||||
control.setHeight(height)
|
||||
control.setWidth(width)
|
||||
|
||||
self.addControl(control)
|
||||
return control
|
||||
|
||||
@classmethod
|
||||
def _add_listitem(cls, label):
|
||||
return xbmcgui.ListItem(label)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue