m3u8 init_section may not exist

このコミットが含まれているのは:
n9k 2022-05-13 23:38:54 +00:00
コミット 9e91349ca9
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -85,7 +85,8 @@ async def get_segment_uris(token):
f'stream went offline before we could find any segments'
)
return
else:
if segment.init_section is not None:
yield segment.init_section.uri
while True: