diff --git a/app.min.js b/app.min.js index 2f988fa..b2eb5ae 100644 --- a/app.min.js +++ b/app.min.js @@ -1957,7 +1957,7 @@ var object$2 = { author: 'Yumata', github: 'https://github.com/yumata/lampa-source', - css_version: '2.4.2', + css_version: '2.4.3', app_version: '2.1.9', cub_domain: 'cub.red' }; @@ -5602,7 +5602,8 @@ } function keydownTrigger(e) { - var keycode = keyCode(e); //Noty.show(keycode) + var keycode = keyCode(e); + if (Platform.is('orsay')) Noty.show(keycode); if (time$2 > Date.now() - 100) return; time$2 = Date.now(); listener$k.send('keydown', { @@ -19068,6 +19069,7 @@ videobox = $(''); if (Platform.is('apple') && Storage.field('player') !== 'ios') videobox.attr('playsinline', 'true'); _video = videobox[0]; + if (typeof _video.canPlayType !== 'function') _video.canPlayType = function () {}; if (Storage.field('player_normalization')) { try { @@ -38789,7 +38791,7 @@ if (Platform.is('android')) Android.exit(); if (Platform.is('orsay')) Orsay.exit(); if (Platform.is('netcast')) window.NetCastBack(); - if (Platform.is('noname')) window.history.go(0); + if (Platform.is('noname')) window.history.back(); } function popupCloseApp() { diff --git a/css/app.css b/css/app.css index de618d7..cb304c1 100644 --- a/css/app.css +++ b/css/app.css @@ -395,6 +395,12 @@ body.ambience--enable .head { overflow: hidden; } +/* Фикс для orsay */ +.online-prestige-watched__icon { + width: 1.5em; + height: 1.5em; +} + @-webkit-keyframes head-icon-blick { 0% { background-position: 0% 50%; diff --git a/index.html b/index.html index 9cd1ccd..4815b50 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ - +