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

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.32",
"_release": "1.4.32",
"version": "1.4.33",
"_release": "1.4.33",
"_resolution": {
"type": "version",
"tag": "1.4.32",
"commit": "426134a6a3e7ac58f429862eb998e0f20c23e38f"
"tag": "1.4.33",
"commit": "e78684c1db2e30856c4a16ac24a49d4aae625e56"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -26,7 +26,7 @@ button.alphaPickerButton {
}
.vertical .alphaPickerButton {
padding: .25em .3em !important;
padding: .25em .4em !important;
}
.layout-desktop .alphaPickerButton {

View file

@ -123,6 +123,10 @@
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[is=paper-icon-button-light][disabled] {
opacity: .3;
}
.layout-tv [is=paper-icon-button-light] {
width: 4vh;
height: 4vh;

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) {

View file

@ -39,6 +39,6 @@
"commit": "ce5b9fb2d8aa03c698410e2e55cffcfa0b788a3a"
},
"_source": "git://github.com/Polymer/polymer.git",
"_target": "^1.0.0",
"_target": "^1.1.0",
"_originalSource": "Polymer/polymer"
}