1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:18:09 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-06 18:44:52 +02:00
parent 58c47722f9
commit a9cc29e3ae
2 changed files with 137 additions and 23 deletions

View File

@@ -180,7 +180,7 @@ unset($__platformDir);
var supportsLayout = !!(window.CSS && CSS.supports && CSS.supports('object-fit', 'cover'));
var logoEnabled = !!(stage && supportsSvg && supportsLayout);
var logoBuild = '20260606globe6';
var logoBuild = '20260606globe7';
function hubAsset(rel) {
var link = document.querySelector('link[href*="hub.css"]');