fluxa-desktop/src-tauri
KhooLy eb5b96122f fix: don't fail player init when mpv lacks the osc option
Found via the new debug_log checkpoints: the bundled Linux libmpv was
built without lua, so mpv_set_option_string("osc", "no") returned
"option not found" and player_init bailed out entirely before ever
creating a renderer. We only set this to turn OSC off, which is moot
if OSC doesn't exist in the first place, so treat it as a warning
instead of a fatal error.
2026-06-20 16:28:38 +03:00
..
assets/material-symbols feat: initial release 2026-06-17 00:42:06 +03:00
capabilities feat: initial release 2026-06-17 00:42:06 +03:00
icons feat: initial release 2026-06-17 00:42:06 +03:00
patches/tauri-runtime-wry-2.11.2 feat: initial release 2026-06-17 00:42:06 +03:00
plugins/tauri-plugin-libmpv feat: initial release 2026-06-17 00:42:06 +03:00
src fix: don't fail player init when mpv lacks the osc option 2026-06-20 16:28:38 +03:00
build.rs feat: initial release 2026-06-17 00:42:06 +03:00
Cargo.lock fix: stop bumping Cargo.toml version, read app version from package.json 2026-06-20 15:09:22 +03:00
Cargo.toml fix: stop bumping Cargo.toml version, read app version from package.json 2026-06-20 15:09:22 +03:00
fetch-libmpv.sh feat: switch to gpu-next libmpv fork, fix player UI bugs, bump v0.1.1 2026-06-17 18:50:15 +03:00
tauri.conf.json fix: stop bumping Cargo.toml version, read app version from package.json 2026-06-20 15:09:22 +03:00