Merge pull request #298 from Artiume/patch-3

more spelling
This commit is contained in:
Neil Burrows 2020-11-16 12:13:24 +00:00 committed by GitHub
commit 374ac4fc90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)