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:
parent
33393e6e03
commit
521e963e70
15 changed files with 133 additions and 58 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
@ -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",
|
||||
|
|
|
@ -359,7 +359,7 @@
|
|||
units2 = [];
|
||||
length = 0;
|
||||
}
|
||||
};
|
||||
}.bind(this);
|
||||
|
||||
units.forEach(unit => {
|
||||
switch(unit.type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue