From cb81d39e96cf4be915f89ff0861bf75046596dfe Mon Sep 17 00:00:00 2001 From: danieldanieli Date: Wed, 29 Jul 2026 12:48:10 +0300 Subject: [PATCH] feat(config): default preload to metadata Align the player default with standard browser behavior and cut the initial network cost: `auto` lets the browser pull media data for a video the user may never play, while `metadata` fetches only what is needed to report duration and dimensions. Updated in both places the default is declared - defaults.js (runtime) and configSchema.json, which is copied into the published bundles as the documented option reference. Note this governs the native