mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 04:16:58 -05:00
Repair Tuner Channel Scan URL
This commit is contained in:
parent
cd47fa0a3f
commit
d87ef97494
@ -17,7 +17,7 @@ class Tuner():
|
||||
self.tuner_lock = threading.Lock()
|
||||
self.set_off_status()
|
||||
|
||||
self.chanscan_url = "%s/api/channels?method=scan"
|
||||
self.chanscan_url = "/api/channels?method=scan"
|
||||
self.close_url = "/api/tuners?method=close&tuner=%s" % str(self.number)
|
||||
|
||||
def channel_scan(self, grabbed=False):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user