summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.c b/device.c
index 8b336c6..aaba63d 100644
--- a/device.c
+++ b/device.c
@@ -1295,7 +1295,7 @@ bool cPvrDevice::ProvidesChannel(const cChannel *Channel, int Priority, bool *Ne
return false;
}
}
- if (Channel->Frequency() >= 87500 && Channel->Frequency() <= 108000) {
+ if (inputType == eRadio) {
if (radio_dev < 0) {
log(pvrDEBUG1, "cPvrDevice::ProvidesChannel: /dev/video%d (%s) has no radio", number, CARDNAME[cardname]);
return false;