Proxy support added completely

This commit is contained in:
killer069
2021-09-28 19:20:58 +05:30
parent f21f34ea31
commit 9d946a84a6
2 changed files with 116 additions and 15 deletions

View File

@@ -47,7 +47,7 @@ export class LiveStreaming {
if (
info.LiveStreamData.isLive === true &&
info.LiveStreamData.hlsManifestUrl !== null &&
info.video_details.durationInSec === '0'
info.video_details.durationInSec === 0
) {
this.url = info.LiveStreamData.dashManifestUrl;
}