mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-04 04:12:58 +00:00
Remove debug changes
This commit is contained in:
parent
848aa16bbb
commit
7165a9bdcc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user