Less logging
This commit is contained in:
parent
6957b9a522
commit
30f7cdf701
1 changed files with 0 additions and 1 deletions
|
@ -695,7 +695,6 @@ def playlists(kodi_playlist_type):
|
||||||
'mode': "browseplex",
|
'mode': "browseplex",
|
||||||
'key': key,
|
'key': key,
|
||||||
}
|
}
|
||||||
LOG.debug('adding item: %s', params)
|
|
||||||
xbmcplugin.addDirectoryItem(handle=int(argv[1]),
|
xbmcplugin.addDirectoryItem(handle=int(argv[1]),
|
||||||
url="%s?%s" % (url, urlencode(params)),
|
url="%s?%s" % (url, urlencode(params)),
|
||||||
isFolder=True,
|
isFolder=True,
|
||||||
|
|
Loading…
Reference in a new issue