1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Check balancer

This commit is contained in:
topilski 2019-10-11 10:03:07 -04:00
parent 3a78a0d6ff
commit 38bfb1a05e
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit e8428680bfb0e52c17d779c2bbd0421084561423 Subproject commit ed8f56f0f1feeba6a56cfc14b239ed54b4256466

View file

@ -241,8 +241,8 @@ class SubscribersServiceManager(ServiceManager, IClientHandler):
client.check_login_fail(cid, 'User not active') client.check_login_fail(cid, 'User not active')
return False return False
channels = client.info.get_streams() channels, vods = client.info.get_streams()
return client.get_channels_success(cid, channels) return client.get_channels_success(cid, channels, vods)
def _handle_get_runtime_channel_info(self, client, cid: str, params: dict) -> bool: def _handle_get_runtime_channel_info(self, client, cid: str, params: dict) -> bool:
if not check_is_auth_client(client): if not check_is_auth_client(client):