reduzent/watchteleboy

Could not get a sid->cid map.

stho64 opened this issue · 1 comments

Hi Roman,

It's the issue I found this morning and the solution.
Please check and replace lines 368 and 369.

diff watchteleboy_org watchteleboy
368,369c368,369
<     grep "var station2channels" | \
<     sed -e "s/\s\{1,\}var station2channels = {//" | \

-- NEW --

>     grep "station2channels " | \
>     sed -e "s/\s\{1,\}TELEBOY.helpers.station2channels = {//" | \

Best wishes
Steffen

Hi Steffen

Thanks a lot. I pushed your change. I'll release another version, as soon as I find time.

Roman