From 8e14d1940a599906f5284c78a3f70f31a0261b3a Mon Sep 17 00:00:00 2001 From: artiume Date: Mon, 16 Nov 2020 05:39:34 -0500 Subject: [PATCH] more spelling --- source/VideoPlayer.brs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/VideoPlayer.brs b/source/VideoPlayer.brs index 1949d2aa..f7632830 100644 --- a/source/VideoPlayer.brs +++ b/source/VideoPlayer.brs @@ -49,7 +49,7 @@ function VideoContent(video, audio_stream_idx = 1) as object video.content.live = true video.content.StreamFormat = "hls" - 'Original MediaSource seems to be a placeholder and real stream data is avaiable + 'Original MediaSource seems to be a placeholder and real stream data is available 'after POSTing to PlaybackInfo json = meta.json json.AddReplace("MediaSources", playbackInfo.MediaSources)