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

fix up now playing page

This commit is contained in:
Luke Pulverenti 2016-06-07 13:36:32 -04:00
parent 33393e6e03
commit 521e963e70
15 changed files with 133 additions and 58 deletions

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.5.34",
"version": "0.5.35",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",
@ -16,11 +16,11 @@
"test",
"tests"
],
"_release": "0.5.34",
"_release": "0.5.35",
"_resolution": {
"type": "version",
"tag": "v0.5.34",
"commit": "fe719c8631da6014babef8c5914f59b1620769a6"
"tag": "v0.5.35",
"commit": "ae83fd3b6f87c2b62dd4ca7419589cefbfafc394"
},
"_source": "git://github.com/dailymotion/hls.js.git",
"_target": "~0.5.7",

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.5.34",
"version": "0.5.35",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",

View file

@ -4917,7 +4917,7 @@ var TSDemuxer = function () {
pes.data = null;
var debugString = '';
var pushAccesUnit = function pushAccesUnit() {
var pushAccesUnit = function () {
if (units2.length) {
// only push AVC sample if keyframe already found in this fragment OR
// keyframe found in last fragment (track.sps) AND
@ -4931,7 +4931,7 @@ var TSDemuxer = function () {
units2 = [];
length = 0;
}
};
}.bind(this);
units.forEach(function (unit) {
switch (unit.type) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "hls.js",
"version": "0.5.34",
"version": "0.5.35",
"license": "Apache-2.0",
"description": "Media Source Extension - HLS library, by/for Dailymotion",
"homepage": "https://github.com/dailymotion/hls.js",

View file

@ -359,7 +359,7 @@
units2 = [];
length = 0;
}
};
}.bind(this);
units.forEach(unit => {
switch(unit.type) {