Merge pull request #2 from candry7731/candry7731-Channel-Search

Update LoadChannelsTask.brs
This commit is contained in:
candry7731 2021-06-11 14:30:25 -05:00 committed by GitHub
commit 5992114b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ sub init()
params = {
UserId: get_setting("active_user")
limit: m.top.limit,
StartIndex: m.top.startIndex
'limit: m.top.limit,
'StartIndex: m.top.startIndex
}
url = "LiveTv/Channels"
@ -31,4 +31,4 @@ sub init()
m.top.channels = results
end sub
end sub