diff --git a/components/liveTv/LoadChannelsTask.brs b/components/liveTv/LoadChannelsTask.brs index 24533c52..e3051376 100644 --- a/components/liveTv/LoadChannelsTask.brs +++ b/components/liveTv/LoadChannelsTask.brs @@ -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 \ No newline at end of file + end sub diff --git a/components/liveTv/LoadChannelsTask.xml b/components/liveTv/LoadChannelsTask.xml index c349b8a9..5ae58a00 100644 --- a/components/liveTv/LoadChannelsTask.xml +++ b/components/liveTv/LoadChannelsTask.xml @@ -2,7 +2,7 @@ - + @@ -12,4 +12,4 @@