mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-25 12:20:20 +00:00
`--no-config` should prevent loading any user files, whether it be config, cache, watch_later state etc. This functionality was changed bydf758880e2because internally `--no-config` is equivalent to passing `--config-dir=""` which resulted in cache and state being auto-detected even if `--no-config` was passed. Fixes:df758880e2("path: don't override "cache" and "state" paths with configdir")