more spelling

This commit is contained in:
artiume 2020-11-16 05:39:34 -05:00 committed by GitHub
parent 62985305d5
commit 8e14d1940a
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.live = true
video.content.StreamFormat = "hls" 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 'after POSTing to PlaybackInfo
json = meta.json json = meta.json
json.AddReplace("MediaSources", playbackInfo.MediaSources) json.AddReplace("MediaSources", playbackInfo.MediaSources)