diff -aur ./tvheadend-git/src/channels.c ./tvheadend-git.new/src/channels.c --- ./tvheadend-git/src/channels.c 2016-04-10 23:28:16.578198515 +0200 +++ ./tvheadend-git.new/src/channels.c 2016-04-10 23:24:30.000000000 +0200 @@ -597,7 +597,7 @@ char ubuf[UUID_HEX_SIZE]; . if (!ch) - return 0; + return 1; . if (!disabled && !ch->ch_enabled) return 0;