Remove debug changes

This commit is contained in:
Nick Bisby 2020-10-17 14:24:26 -05:00
parent 848aa16bbb
commit 7165a9bdcc
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36

View File

@ -21,7 +21,7 @@ function VideoContent(video) as object
meta = ItemMetaData(video.id)
video.content.title = meta.Name
' If there is a last playback positon, ask user if they want to resume
position = meta.json.UserData.PlaybackPositionTicks
if position > 0 then
@ -149,7 +149,6 @@ function getTranscodeParameters(meta as object)
end if
end if
print meta.json.MediaStreams
streamInfo = { Codec: meta.json.MediaStreams[0].codec }
if meta.json.MediaStreams[0].Profile <> invalid and meta.json.MediaStreams[0].Profile.len() > 0 then
streamInfo.Profile = LCase(meta.json.MediaStreams[0].Profile)