diff --git a/app.min.js b/app.min.js index 387f087..ce1b22f 100644 --- a/app.min.js +++ b/app.min.js @@ -1958,7 +1958,7 @@ author: 'Yumata', github: 'https://github.com/yumata/lampa-source', github_lampa: 'https://yumata.github.io/lampa/', - css_version: '2.6.7', + css_version: '2.6.8', app_version: '2.4.3', cub_site: 'cub.rip' }; @@ -21003,6 +21003,7 @@ } Preroll.show(data, function () { + data.position = data.timeline ? data.timeline.time || -1 : -1; Android.openPlayer(data.url, data); }); } else if (Platform.desktop() && Storage.field(player_need) == 'other') { diff --git a/assembly.json b/assembly.json index 0fe19bb..ebf803c 100644 --- a/assembly.json +++ b/assembly.json @@ -1,8 +1,8 @@ { "app_version": "2.4.3", - "css_version": "2.6.7", - "css_digital": 267, + "css_version": "2.6.8", + "css_digital": 268, "app_digital": 243, - "time": 1748949016760, - "hash": "2ab5d979e81a91837c4947b0ad9c0a6b" + "time": 1749022462241, + "hash": "be3ed69a9616ca95c43489099bb6d7c7" } \ No newline at end of file diff --git a/css/app.css b/css/app.css index f8b869f..d98d0e3 100644 --- a/css/app.css +++ b/css/app.css @@ -377,7 +377,9 @@ body.keyboard-input--visible .normalization { } body.ambience--enable .wrap, -body.ambience--enable .head { +body.ambience--enable .head, +body:not(.glass--style).keyboard-input--visible .wrap, +body:not(.glass--style).keyboard-input--visible .head { display: none; }