From b670838b3d8970db1932b3f83fedb7edaa324c80 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Sun, 22 Dec 2019 14:17:22 +0200 Subject: js: read_options: on_update: don't re-read the config file Now that 00af718a made the lua read_options behavior much more similar to the js behavior, the main difference was that lua does not re-read the config file at on_update (but it does re-apply its stored content) while js did re-read it. Now the js on_update also does not re-read the config file and instead applies its stored original content. This is slightly hacky by adding an undocumented optional 4th argument to read_options which allows overriding the config file content. --- DOCS/man/javascript.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/javascript.rst b/DOCS/man/javascript.rst index 8e3e7d6199..db12b65a09 100644 --- a/DOCS/man/javascript.rst +++ b/DOCS/man/javascript.rst @@ -188,7 +188,7 @@ success, ``fn`` is called always a-sync, ``error`` is empty string on success. ``mp.add_hook(type, priority, fn)`` ``mp.options.read_options(obj [, identifier [, on_update]])`` (types: -string/boolean/number, ``on_update`` does re-read the config file) +string/boolean/number) Additional utilities -------------------- -- cgit v1.2.3