Fix error for rtmp player

This commit is contained in:
Calvin Montgomery 2017-07-15 20:17:13 -07:00
parent 7efa3d4704
commit dd770137e5
3 changed files with 4 additions and 2 deletions

View file

@ -1230,7 +1230,8 @@
return data.meta.direct = {
480: [
{
link: data.id
link: data.id,
contentType: 'video/flv'
}
]
};