remove more debug lines

This commit is contained in:
Nick Bisby 2020-10-18 16:54:43 -05:00
parent 7165a9bdcc
commit a5cf36aaf3
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36
2 changed files with 0 additions and 5 deletions

View File

@ -182,7 +182,6 @@ sub Main()
end if
else if selectedItem.type = "TvChannel" then
' play channel feed
print selectedItem
video_id = selectedItem.id
video = CreateVideoPlayerGroup(video_id)
if video <> invalid then

View File

@ -319,14 +319,10 @@ end function
function CreateChannelList(libraryItem)
group = CreateObject("roSGNode", "ItemGrid2")
print libraryItem
group.parentItem = libraryItem
' group = CreateObject("roSGNode", "Channels")
' group.id = libraryId
group.observeField("selectedItem", m.port)
sidepanel = group.findNode("options")
return group