1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 16:16:58 -05:00

Merge pull request #114 from deathbybandaid/dev

Repair Tuner Channel Scan URL
This commit is contained in:
Deathbybandaid 2021-01-07 09:35:39 -05:00 committed by GitHub
commit 46a6043e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ class Tuner():
self.tuner_lock = threading.Lock() self.tuner_lock = threading.Lock()
self.set_off_status() 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) self.close_url = "/api/tuners?method=close&tuner=%s" % str(self.number)
def channel_scan(self, grabbed=False): def channel_scan(self, grabbed=False):