Change link to Kodi Python API documentation

This commit is contained in:
Roman Miroshnychenko 2017-09-29 14:41:49 +03:00
parent a990a4fe15
commit 807b88d48b
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def list_categories():
# Here we use a category name for both properties for for simplicity's sake.
# setInfo allows to set various information for an item.
# For available properties see the following link:
# http://mirrors.xbmc.org/docs/python-docs/15.x-isengard/xbmcgui.html#ListItem-setInfo
# https://codedocs.xyz/xbmc/xbmc/group__python__xbmcgui__listitem.html#ga0b71166869bda87ad744942888fb5f14
# 'mediatype' is needed for a skin to display info for this ListItem correctly.
list_item.setInfo('video', {'title': category,
'genre': category,