mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Update stream.ts
This commit is contained in:
@@ -96,7 +96,7 @@ export async function stream_from_info(info: InfoData, options: StreamOptions =
|
|||||||
if (
|
if (
|
||||||
info.LiveStreamData.isLive === true &&
|
info.LiveStreamData.isLive === true &&
|
||||||
info.LiveStreamData.hlsManifestUrl !== null &&
|
info.LiveStreamData.hlsManifestUrl !== null &&
|
||||||
info.video_details.durationInSec === '0'
|
info.video_details.durationInSec === 0
|
||||||
) {
|
) {
|
||||||
return new LiveStreaming(
|
return new LiveStreaming(
|
||||||
info.LiveStreamData.dashManifestUrl,
|
info.LiveStreamData.dashManifestUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user