update translations

This commit is contained in:
Luke Pulverenti 2015-02-02 11:49:33 -05:00
parent 675dbeecbd
commit 51d5633ccf
2 changed files with 5 additions and 7 deletions

View File

@ -308,6 +308,7 @@
}
$(elem).html(html).lazyChildren();
$(elem).createCardMenus();
});
}

View File

@ -1058,11 +1058,8 @@
audioBitrate: mp4Quality.audioBitrate,
VideoCodec: mp4Quality.videoCodec,
AudioCodec: mp4Quality.audioCodec,
profile: 'baseline',
level: '3',
// None of the browsers seem to like this
//EnableAutoStreamCopy: false
profile: 'high',
level: '41'
}));
if (isStatic && mediaSource.Protocol == 'Http' && !mediaSource.RequiredHttpHeaders.length) {
@ -1091,8 +1088,8 @@
audioBitrate: m3U8Quality.audioBitrate,
VideoCodec: m3U8Quality.videoCodec,
AudioCodec: m3U8Quality.audioCodec,
profile: 'baseline',
level: '3',
profile: 'high',
level: '41',
StartTimeTicks: 0,
ClientTime: new Date().getTime()