Update source/VideoPlayer.brs
Remove whitespace Co-Authored-By: Nick Bisby <nick@bisby.xyz>
This commit is contained in:
parent
60aafaf474
commit
45dab1f36c
|
@ -47,7 +47,7 @@ end function
|
|||
|
||||
function directPlaySupported(meta as object) as boolean
|
||||
devinfo = CreateObject("roDeviceInfo")
|
||||
return devinfo.CanDecodeVideo({ Codec: meta.json.MediaStreams[0].codec }).result
|
||||
return devinfo.CanDecodeVideo({ Codec: meta.json.MediaStreams[0].codec }).result
|
||||
end function
|
||||
|
||||
function getContainerType(meta as object) as string
|
||||
|
|
Loading…
Reference in New Issue
Block a user