From: Stefan Pluecken Date: Fri, 7 Apr 2006 16:41:12 +0000 (+0000) Subject: don't fake all tuners to DVB-T X-Git-Tag: 2.6.0~3684 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d744d773b4d8ba04a4afd49863037da1d0efba88 don't fake all tuners to DVB-T --- diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 9dafaf40..6b6a9ceb 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -487,7 +487,7 @@ class NimManager: self.nimSocketCount += 1 elif line.strip().startswith("Type:"): self.nimTypes[lastsocket] = str(line.strip()[6:]) - self.nimTypes[lastsocket] = str("DVB-T") + #self.nimTypes[lastsocket] = str("DVB-T") elif line.strip().startswith("Name:"): self.nimNames[lastsocket] = str(line.strip()[6:]) elif line.strip().startswith("empty"):