moved some more logging to info or debug level

This commit is contained in:
Marcel van der Veldt 2015-03-20 00:34:56 +01:00
parent e24d20706d
commit 5b65e1cfda
4 changed files with 20 additions and 24 deletions

View file

@ -56,7 +56,6 @@ class PlaybackUtils():
playurl = PlayUtils().getPlayUrl(server, id, result)
xbmc.log("Play URL: " + playurl)
thumbPath = API().getArtwork(result, "Primary")
listItem = xbmcgui.ListItem(path=playurl, iconImage=thumbPath, thumbnailImage=thumbPath)