From 807b88d48b05e9bf4eb307a3d1ed48480eb8cf2c Mon Sep 17 00:00:00 2001 From: Roman Miroshnychenko Date: Fri, 29 Sep 2017 14:41:49 +0300 Subject: [PATCH] Change link to Kodi Python API documentation --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0c51660..7645ee4 100644 --- a/main.py +++ b/main.py @@ -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,