This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user