1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

revise endpoint attributes

This commit is contained in:
Luke Pulverenti 2014-11-14 21:31:03 -05:00
parent 1d9dc3acfd
commit b06fdda96d
13 changed files with 91 additions and 111 deletions

View file

@ -1120,7 +1120,7 @@
}
// Live streams seem to function better with mp4
var mp4BeforeWebm = self.getVideoTranscodingExtension() != '.webm' || !mediaSource.RunTimeTicks;
var mp4BeforeWebm = self.getVideoTranscodingExtension() != '.webm';
if (mp4BeforeWebm) {
html += '<source type="video/mp4" src="' + mp4VideoUrl + '" />';