mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 10:26:57 -05:00
Update Origin Page
This commit is contained in:
parent
4cbe9e1070
commit
d558129a6c
@ -60,7 +60,15 @@ class OriginService():
|
|||||||
return loginsuccess
|
return loginsuccess
|
||||||
|
|
||||||
def get_status_dict(self):
|
def get_status_dict(self):
|
||||||
ret_status_dict = {}
|
nextpvr_address = ('%s%s:%s' %
|
||||||
|
("https://" if self.config.dict["origin"]["ssl"] else "http://",
|
||||||
|
self.config.dict["origin"]["address"],
|
||||||
|
str(self.config.dict["origin"]["port"]),
|
||||||
|
))
|
||||||
|
ret_status_dict = {
|
||||||
|
"Login": "Success",
|
||||||
|
"Address": nextpvr_address,
|
||||||
|
}
|
||||||
return ret_status_dict
|
return ret_status_dict
|
||||||
|
|
||||||
def get_channels(self):
|
def get_channels(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user