summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-19 16:00:37 +0100
committerwm4 <wm4@nowhere>2014-02-19 16:00:37 +0100
commit0ad2211508a513b8e38623fcebfa4937d001c30d (patch)
treed4fa2b6088136f769cbabc96adbf1de44b7d05f1 /DOCS
parent57c9f5236a43efd9d979b7ee18a25de2d3d88dd5 (diff)
downloadmpv-0ad2211508a513b8e38623fcebfa4937d001c30d.tar.bz2
mpv-0ad2211508a513b8e38623fcebfa4937d001c30d.tar.xz
client API: add event for metadata changes
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/lua.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst
index 9176051231..2d6a7728b6 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -388,3 +388,6 @@ List of events
``audio-reconfig``
Happens on audio output or filter reconfig.
+
+``metadata-update``
+ Metadata (like file tags) was updated.