This commit is contained in:
parent
1cfc0685bf
commit
78e5974a92
@ -117,6 +117,8 @@ class MainHandler(tornado.web.RequestHandler):
|
|||||||
provider_data = await stream_providers.get_any(
|
provider_data = await stream_providers.get_any(
|
||||||
handler.upstream, handler.proxy, logger
|
handler.upstream, handler.proxy, logger
|
||||||
)
|
)
|
||||||
|
if provider_data is None:
|
||||||
|
return (None, None, None)
|
||||||
|
|
||||||
video_info = {}
|
video_info = {}
|
||||||
if handler.direct:
|
if handler.direct:
|
||||||
|
Loading…
Reference in New Issue
Block a user