mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 21:56:13 +00:00
moved some more logging to info or debug level
This commit is contained in:
parent
e24d20706d
commit
5b65e1cfda
4 changed files with 20 additions and 24 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue