remove more debug lines
This commit is contained in:
parent
7165a9bdcc
commit
a5cf36aaf3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user